Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hello
Is there a way to get a count of selected item in a listbox without the use of a distinct please?
Thanks for your help.
Kash
GetSelectedCount(FieldName) doesn't require the need to use DISTINCT. But I am not sure why you want to display a single count in a list box? Do you mean a text box?
GetSelectedCount(FieldName) doesn't require the need to use DISTINCT. But I am not sure why you want to display a single count in a list box? Do you mean a text box?
hi,
what exactly you want.
what do you mean of count of selected item in listbox.
it will always display 1 if it is unique data coming from your source data.
$@M.
If You want count Item in Listbox then You can check Show Frequency in Property.
May be this:
If(GetSelectedCount(Field), Count(Field))
Hi,
Try this way,