How do I pull data from a web query using other data returned from SQL?
Posted: Wed Jul 03, 2024 1:08 am
I'm new to using Stimulsoft reports and I need help with finding out how to go about with a project.
So I have this report that I need to create that involves a table of six columns. Five of the columns come from a direct Azure SQL query, that I have no problem with. However, for one specific field, I have to go through a convoluted process to get data from two specific columns from the row in the query, pass it to a webAPI service, and put the result in the sixth column.
For example, I have a SQL query that takes a file name for it's perimeter and returns a carton code, update date, location, job number and status for the report. These five columns in the report goes into a 6 column table. For the last column however, I need to pass the carton code and file name to a web API and display the result.
Is it possible to do this? If yes, how do I achieve that?
So I have this report that I need to create that involves a table of six columns. Five of the columns come from a direct Azure SQL query, that I have no problem with. However, for one specific field, I have to go through a convoluted process to get data from two specific columns from the row in the query, pass it to a webAPI service, and put the result in the sixth column.
For example, I have a SQL query that takes a file name for it's perimeter and returns a carton code, update date, location, job number and status for the report. These five columns in the report goes into a 6 column table. For the last column however, I need to pass the carton code and file name to a web API and display the result.
Is it possible to do this? If yes, how do I achieve that?