Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
If I have a list box with selections I can use count ([ABC]) in a straight table to to count those selected records.
But how can make a straight table with an expression counting all the not selected fields?
Thanks.
Getexcludedcount([ABC]) should work.
- Marcus
Hi Neil,
I use Count({1 - $} Distinct Dimension) function:
This does not work for me
I copy the object and change the formula to Getexcludedcount([ABC]), the expression say 'OK' but nothing
I though I have to use getfieldselections or something?
Also this works
=
count({$<[Forum Reference (June)]=e([Forum Reference (June)])>}[Forum Reference (June)])
This does not work for me, I think it is down to using an alternate state in the list box and the straight table, they are the same alternate states, how do I point the count statement at the alternate state?
Is this solved yet? It's not clear if you answered always to yourself. If it's not then please provide more context how do you want to use it and why.
- Marcus