Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hello All,
I've a very simple looking requirement. To get the Count of IDs based on Selections. But, have to fit the following scenarios into one expression.
I'm not sure how to create one Set Analysis Expression to achieve this. Any pointers would be highly helpful.
TIA
Sai.
Good morning
you can use getselectedcount and getfieldselections functions
I think the following expressing should work, but i'm missing something.
avg(aggr(sum({$<[Compound ID]={'REGPL'}>}VIN),[Date],[Month],[Week]))
-
avg(aggr(sum({$<[Compound ID]={'REGPL'}, Status={'5500'}>}VIN)[Date],[Month],[Week]))
The above expression doesn't give me any value