Search found 2 matches

by Vid4259
Mon Jun 20, 2022 1:36 pm
Forum: Stimulsoft BI Server
Topic: Send parameters for query
Replies: 3
Views: 9360

Re: Send parameters for query

Hello I was able to find a solution to this issue through the following var reportKey = '9b4c36de43f544fca9279754dd6eb35c'; var snapshotKey = resultCreateSnapshot.ResultItems[0].Key; // Run report to the snapshot var req_runReport = new XMLHttpRequest(); req_runReport.open('PUT', 'http://192.168.76....
by Vid4259
Sun May 15, 2022 6:58 am
Forum: Stimulsoft BI Server
Topic: Send parameters for query
Replies: 3
Views: 9360

Send parameters for query

Hello I have the following script in which the parameter must be sent by the user. I have designed as follows https://ibb.co/cD6bTZY On the client side, in the snapshot section, I want to send the parameters to the service side. Anything I do will not be sent. var reportKey = '9b4c36de43f544fca92797...