$[LLRESULT.STRING] as variable in SQL REPORT? Answered
Can I pass $[LLRESULT.STRING] from a line loop into a SQL Report variable (The SQL Report would be the final value UF)
I want to use $[LLRESULT.STRING] in the WHERE statement of a report
Can I pass $[LLRESULT.STRING] from a line loop into a SQL Report variable (The SQL Report would be the final value UF)
I want to use $[LLRESULT.STRING] in the WHERE statement of a report
Comments
2 comments
Hello Keith,
Unfortunatelly no, you can't use this in a universal Function type SQL.
My bad, I was trying to declare as a variable, but I just needed to insert $[LLRESULT.STRING] in the actual SQL
Please sign in to leave a comment.