View Single Post
  #7 (permalink)  
Old 06-26-2009, 01:46 PM
shirpak shirpak is online now
Junior Member
 
Join Date: Jun 2009
Posts: 8
Default How SQL works

Thank you for your response.

I thinkit is not realted to SQL formation as the report does accept multiple values for multiple parameters of same type (say aleId, PGId, Pid) and run.

Say for example I am running it for aleId param as 1 or 2 or 3 - it runs
Say for example I am running it for aleId param as 1 and 2 - it runs
Say for example I am running it for aleId param as 1 and 2 and 3 - it does not runs

Also, I am not able to do do some logging in script. Can you please help there also?
Reply With Quote