G
gumbira
Guest
Hi,
I'm trying to build a report where one of the fields is populated by data from a table and I'm trying to use the IIF statement to filter the data coming in.
=IIf(([dbo_vwSpotPositionMoveByBranchDealerCurrencyPortfolio]![Portfolio])="MTDPAL"," ",[dbo_vwSpotPositionMoveByBranchDealerCurrencyPortfolio]![Portfolio])
Essentially I'm trying to create the report such that if the data is MTDPAL then it returns a blank but if not then it goes ahead with the values in the field Portfolio.
When I try this though, all I get is #Error on my report.
Can someone please help, thanks!
I'm trying to build a report where one of the fields is populated by data from a table and I'm trying to use the IIF statement to filter the data coming in.
=IIf(([dbo_vwSpotPositionMoveByBranchDealerCurrencyPortfolio]![Portfolio])="MTDPAL"," ",[dbo_vwSpotPositionMoveByBranchDealerCurrencyPortfolio]![Portfolio])
Essentially I'm trying to create the report such that if the data is MTDPAL then it returns a blank but if not then it goes ahead with the values in the field Portfolio.
When I try this though, all I get is #Error on my report.
Can someone please help, thanks!