New Jersey, USA
+1 (609) 429-4599
info@viginess.com

How to pass user-entered (Parameter) values in to JReview ImportSQL?

Viginess is everyone's business

How to pass user-entered (Parameter) values in to JReview ImportSQL?

ImportSQL adding '&prompt' bug
'&prompt' with quotes would return error

‘&prompt’ with quotes would return error if you have a succeeding and-clause

ImportSQL adding '&prompt' bug

How to pass user-enterd (Parameter) values in to JReview ImportSQL?

1) Add &PromptText (for number) or ‘&PromptText’  (for Char and Date)

 

 Select Study, Site, Patient, SubjInit, Sex, Race from DM  Where Sex = ‘&EnterSex’

Bug:  You cannot add succeeding “another Where clause” or “space” or “Enter key” after the ‘&prompt’.

Where sex = ‘&EnterSex’ and Age > 18

But it would work for Numerical Prompt. Where age > &EnterMinAge and Sex = ‘M’

2) Add <prompt=>

Instead of using &prompt, you can use <prompt=>.

 

 

Leave a Reply

Your email address will not be published. Required fields are marked *