Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
I am trying to get the selected count from a listbox with expression? How to reference this list box in getselectedcount function?
Thanks
Longmatch
You cannot, can you create a field in the script using the same expression in the script?
I found that I can still use the field name to reference the list box which uses Expression. For example, the list box with expression below, I can still use ICD9_CODE to reference this list box and get correct count.
=Aggr(Only({1<PAT_ID = p({$}PAT_ID)>} ICD9_CODE), ICD9_CODE)
Thanks
Longmatch