Forum Post: Re: How To Simulate 'is One Of' Filter Operation In Selectquery?

  • Thread starter Thread starter Shiva Duriseati
  • Start date Start date
Status
Not open for further replies.
S

Shiva Duriseati

Guest
Hi Ithrees, If your courseId is used as a lookup field then you can try using the following code. var courseId=rbf_getFieldValue('2332323'); rbf_selectQuery("student_Id FROM student WHERE R121212 IN ("+courseId+")",10,my_callback); I hope the above solution works for you. Please do let me in case you need any assistance. Regards, Shiva

Continue reading...
 
Status
Not open for further replies.
Back
Top