Hi, am facing a problem with a DQL Read activity with a parameter, when I try to validate the following DQL query i get a error msg.
Query
select COUNT(*) from aa_xcp_aplicaciones where folder('/CORPORATIVOS/Finanzas y Administracion/Tecnologias de la Informacion/Catalogo/Hosting Application/?/Temp')
Error msg on the same "dql read" window
[DM_QUERY_E_SYNTAX]error :"A Parser Error (syntax error) has occurred in the vicinity of: select COUNT(*) from......[path]......./Hosting Application/'100000000.
Also i get an error while debugging
select COUNT(*) from aa_xcp_aplicaciones where folder('/CORPORATIVOS/Finanzas y Administracion/Tecnologias de la Informacion/Catalogo/Hosting Application/'TEST'/Temp')
the parameter is between quotes...
Thanks