Hi All,
I am using livelink 9.7.1 with Livereport extention 3.0.1. The below query is used for checking the audit of user's activity in livelink for a specified time.
select * from DAuditNew where PerformerID=%1 and AuditDate>=%2 and AuditDate<%3 and %4 order by AuditDate asc
I have put the following input
%1 as "user" an
%2 and %3 as "date"
When the prompt comes up, i click on the user icon and i am able to search the desired user. However when i click on the select feature, it is not working (it doesn't select the user). Hence, not passing the user id.
Has anyone faced this kind of scenario before? Could somebody help me out in coming up with a solution to this issue.
Regards,
Mahammad