Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Nay alternative for Getselectedcount() function.I am using this function for getting count of date after selectedthe range of dates from Date picker extension.Extension is working fine.but getselectedcount of date is showing zero always.
Kindly help me resolve this.
Hi,
Can you see your selection in the selection toolbar? Have you verified the spelling of the field name in the GetSelectedCount() call??
Erik Wetterberg
yes spelling is correct
What happens if you use GetPossibleCount() instead ?
I am enabling table if getselected count of date is greater than 0.let me know how we can use getpossible count for this
In your expression simply replace GetSelectedCount with GetPossibleCount
And the selection appears in the selection toolbar? Before switching to GetPossibleCount() (could be a good idea) you might want to read the documentation. What do you want to do? Force the user to make a selection in the date field or make any selection that restricts the date selection?
Erik Wetterberg
Also maybe create 2 Text objects, one to display the GetSelectedCount and the other GetPossibleCount, so you can easily see what values they return.