I understand the use of Global Replacement Variables compared to Replacement Variables but I can't get it to successfully get it to run. I can get the Replacement Variable to work fine but when I try to make it a Global Variable, I get this error.
"Replacement parameter does not contain a value for column Incremental_id"
I have this statement in my query:
Where Incremental_id > !{lastvalue:Incremental_id}!
Does anyone know if the syntax is different for Global Replacement Variables?