Page 1 of 1

JiwaRanges Lookup - Stored procedure

PostPosted: Mon Sep 11, 2023 4:50 pm
by Riyaz
Hi There

We need to have a parameter values passed to a report, where the parameter range values are obtained using a custom stored procedure. Using the below at the moment which shows the parameter in the report and also fills the default value correctly, but when we try to do a lookup , it comes up with the attached error, can you pls advise

//TYPE = STRING
//CAPTION = Select Category
//SEARCH = YES
//SELECT = Exec SP_IN_Category5Emails
//KEYFIELD = EmailTo
//DEFAULT = Exec SP_IN_Category5Emails

Re: JiwaRanges Lookup - Stored procedure

PostPosted: Thu Sep 14, 2023 1:00 pm
by Scott.Pearce
Only SELECT statements can be used with the "SELECT =" keyword.