Report Definition Issue with pxCheckbox with variable of type Value list.
Hi,
I have a requirement for new report, where audience is very non technical. They would need a easy to use interface where the out of box filter manipulation will be complicated for them.
So for this I was trying to give a condition as list of values for a row to be selected.
I have a variable QueueFilter (type: ValueList), on interface and custom filter I have pxCheckbox controls to post text value in this variable, like mypage.QueueFilter(1) , mypage.QueueFilter(2) ...,
But when I examine the clipboard it is always populating these values as true or false based on whether selection was made or not.
Can anyone please highlight the reason for above, as to why text values are not saved.
Thanks in advance.