I have a list control onto which I apply a dynamic filter based upon the profile of the user accessing the form. I would like to provide a count of items in the list based upon this filter. Currently using:
fd.control('MyList').widget.dataItems().length;
This returns the total number of items in the list. Is it possible to count after filtering?
Thanks,
Chad