Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
I want a select all option to select all rows of my table(straight table) either using a button or other object, is it possible? (why does list box object have select all spl icon while a chart does not?
In a straight table, if you enable dropdown select for the column, after clicking on the arrow to get the options, you can right click and do a select all.
Because selections are performed on fields, not on objects.
"Select all rows" in a straight table is in fact means "select all" in each field which is used as dimension in this chart. Can be done using button (or textbox) with actions. Or, a better way is to add "Clear" icon. Not exactly as "select all", but for most purposes the result is the same.
Regards,
Michael
Thank you for the reply.
If either of the replies are correct or helpful, please mark them as so in order for others to find solutions to their problems as well