necesito saber como puedo obtener la informacion de 2 parametros [LL_REPTAG_$LrIdObtenerIdCarpeta RUNSQL:"[LL_REPTAG_&CodigoCliente /]":"[LL_REPTAG_!vMascara /]" SETVAR:idCarpeta /]
If there are Accepted Answers, those will be shown by default. You can switch to 'All Replies' by selecting the tab below.
Thank you for posting. I believe the intent of your post relates to guidance on how to access or retrieve information related to two specific parameters. I have moved it to our Content Server area, if that is incorrect please let me know.
Dont fully know what is being asked but the system will understand this as
[LL_REPTAG_$LrIdObtenerIdCarpeta RUNSQL:"[LL_REPTAG_&CodigoCliente /]":"[LL_REPTAG_!vMascara /]" SETVAR:idCarpeta /]
A constant that is a LR(SQL object)
If you go to that LR it should have a parameter called inputLabel1 and inputLabel12 ,in your e.g it will execute the SQL with both those parameters as the value by that parameters and it will try to store a RECARRAY into that variable.