I have posted the script within the project, under Javascripts. To see if I can call the service, and return the results to the website. But it seems I cannot do this ? But the code I use on the site is the same as whats get_source_Questions
I have posted the script within the project, under Javascripts. To see if I can call the service, and return the results to the website. But it seems I cannot do this ? But the code I use on the site is the same as whats get_source_Questions
I really needs some assistance with this.
The code can be found within the app under javascripts- get_source_Questions.
It does give me the rows where sid = 6
Hi.
Use the following code:prewhere: '{"sid":6}'/preSo if you have a variable 'sid' you can add it here:prewhere: '{"sid":'+sid+'}'/pre
perfect, thank you