In BOBJ is there a way to change the formula of the object based on what's being selected in the query?
For example, TradeValue usually equals to dbo.Trade.TradeValue, but if SalesPerson is selected in the query along with TradeValue, I would like TradeValue to be dbo.Trade.TradeValue * Salesperson.Percentage.
Any workarounds suggested will be much appreciated.