Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi all,
first of all good year everybody.
I need to export into a csv file the content of a multibox object filetered by a variable set by a slider.
Once filtered the object, I try to export the content through the "getSheetObeject " routine, but the csv contains in any case the full content of the data defined into the multibox, and not only those filtered.
How can I try to solve this situation?
Thanks in advance
Alessandro
Any suggestions?
In what way are you filtering the multibox? Are you making selections?
Maybe try GetPossibleValue or GetSelectedValues. Check the API Guide for more information.