Does CR10 have an equivalent for the javascript eval function. This takes a string argument and return its value.
I'm building a report where the user specifies the fields they want to be included in the report. The columns/fields are not known at design-time. At runtime, I take the column name in a string variable, and will have to get the column value. How can I get the column/field value, given only the name?
Thanks!
I'm building a report where the user specifies the fields they want to be included in the report. The columns/fields are not known at design-time. At runtime, I take the column name in a string variable, and will have to get the column value. How can I get the column/field value, given only the name?
Thanks!