Variable List of type String
Posted: Mon Oct 11, 2021 7:57 pm
Hello gentlemen, I have the following scenario I have a variable of type List, in which both the "Values" and the "Key" with a column of type string, in the data source the query was like this as in the print:
AT.TP_ATENDIMENTO IN ('{V_TP_ATENDIME_AUX}')
I understand that with the quotes it doesn't work correctly, but when I remove the single quotes and run the report, there is an invalid identifier error in the String values.
So I would like to know in the List variable the "KEY" field only accepts values of the integer type so that it works normally?
Or does the "KEY" field accept String values?
Attached the report.
AT.TP_ATENDIMENTO IN ('{V_TP_ATENDIME_AUX}')
I understand that with the quotes it doesn't work correctly, but when I remove the single quotes and run the report, there is an invalid identifier error in the String values.
So I would like to know in the List variable the "KEY" field only accepts values of the integer type so that it works normally?
Or does the "KEY" field accept String values?
Attached the report.