I have a report that I want to sort two different ways depending on user selection. I am having trouble getting an expression to work inthe Sort/Group By on the report.
I setup an if like this.
Iif(OptSort = 1,Item, Location)
Can I put an if statement in the Sort/Group By?
thanks,
vmon
I setup an if like this.
Iif(OptSort = 1,Item, Location)
Can I put an if statement in the Sort/Group By?
thanks,
vmon