Hi,
I have a working DQL:
select group_name from dm_group where any i_all_users_names = 'forecasting' and group_name like 'fotl_%'
I am getting result with the above DQL.
I need to insert a string variable (ECRLastPerf) for hard coded value 'forecasting'.
I did the following:
query_str3 = "select group_name from dm_group where any i_all_users_names = '" & ECRLastPerf & "' and group_name like 'fotl_%'"
Do you think it is correct? I am not getting result.
Can any expert in docbasic/DQL help me? How can I debug it in docbasic script dm_event_sender.ebs? Can I trace? How? Which log I have to look into? docbase log or server.log? I do not see any logging info in either about my method.
Please share your knowledge and experiences for figuring this out.
Thanks.
ta