Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
In order to keep anonymity of the data, I was asked to stop showing data when number of selected records is less than 5. Is this possible? and how?
Thanks
Longmatch
when there isn't UserID selected (ie after Clear)
GetSelectedCount(UserID) = 0
GetPossibleCount(UserID) = 25
count(UserID)=25
you can try this as condition : GetSelectedCount(YourField)>5
I think Mambi's method will work. You could add this as a calculation condition here:
You can then add a message so users understand why the chart's empty:
in a chart you can use
- calculation condition in general tab
- show conditional in layout tab
with getselectedcount, getpossiblecount, count(somefield)
Hi all,
Thank you for your quick response. I tried your idea but it just did not work. Please refer to the file in the attachment. I think I must have missed something.
Longmatch
Hi,
It does work but your selected user count needs to be greater than 4 for it to populate. See attached.
Matt
to get your chart working : you should have a listbox of userid then you must select more than 4 userid to get data displayed
when there isn't UserID selected (ie after Clear)
GetSelectedCount(UserID) = 0
GetPossibleCount(UserID) = 25
count(UserID)=25