Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi all,
I'm trying to add two different set analysis strings to the results of an IF statement, this is what I need to do:
I need to sum everything when ExtractDate equals my vJanEnd...can someone help me with the set analysis syntax please?
Assuming that vJanEnd is a variable :
sum({$<ExtractDate]={"$(vJanEnd)"}>} [YourField])
Assuming that vJanEnd is a variable :
sum({$<ExtractDate]={"$(vJanEnd)"}>} [YourField])
You're a HERO
I seriously doubt that...