Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi, how can i refer that field should equal field b with set analysis?
I suppose I don't have to use the concat and the getpossible values functions?
Thank you!
I suppose this:
sum({$<OrderDate = DeliveryDate>} Sales)
Returns the sales for the current selection where OrderDate = DeliveryDate
I suppose this:
sum({$<OrderDate = DeliveryDate>} Sales)
Returns the sales for the current selection where OrderDate = DeliveryDate
Hi, I also want to know how to put the Set Analysis when OrderDate >= DeliveryDate. I tried several things, but these didn't work. Do you have any idea?
Gr. Liesbeth
did you solve your problem?
i need this too
No I didn't ....
Hi,
You will have to ensure that all dates in your model have the same layout, like 40775 or 10-10-2011
if you don't use a label in your table, you can view the outcome of your set analysis,
also, use a text box to view how your field looks like. compare dates with dates and nums with nums...