Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Set Analysis Question

Hi,

I'm trying to get a simple set analysis expression to work.  All I want to do is show the current days average regardless of the selection criteria chosen.  I tried the formula but when I change dates the calculation changes. 

avg({1< KeyDate={'=date(today())'}>} HA1) / 100

Can anyone help me to get this working?

Thanks,

Pete

1 Solution

Accepted Solutions
Not applicable
Author

Try this:

avg({1< KeyDate={$(=date(today()))}>} HA1) / 100

View solution in original post

3 Replies
Not applicable
Author

Try this:

avg({1< KeyDate={$(=date(today()))}>} HA1) / 100

jagan
Luminary Alumni
Luminary Alumni

Hi,

PFA, hope it helps you.

Regards,

Jagan.

Not applicable
Author

brilliant - working now thank you both