Index Of List Variable

Stimulsoft Ultimate discussion
Post Reply
harundemir13
Posts: 28
Joined: Thu Aug 01, 2019 1:22 pm

Index Of List Variable

Post by harundemir13 »

Hello,
I want to control report field values using List Variable.
For Exmp. We have Report Fields Variable in the report, values are Quantity, Gross Total, Net Total. If I select only Quantity and Net Total, I can show Quantity and Net Total fields in the report not show Gross Total. How can I control index of list variable
Thank you
Lech Kulikowski
Posts: 6271
Joined: Tue Mar 20, 2018 5:34 am

Re: Index Of List Variable

Post by Lech Kulikowski »

Hello,

It is not possible to get values/keys from the List variable by index.
For filtering, you can use contains method:
VariableName.Contains(DataSource.ColumnName)

Thank you.
Post Reply