Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
I have a Qlikview report that will be accessing data frp, 3 different SQL Servers on three different machines. Is there any way for me to use the results of the script against the first database to limit what is pulled from the other databases? For example, let's say all three databases have tables with a Company ID field. My first query will return a list of CompanyIDs. Is there any way for the next scripts to use those CompanyID values from that first script to limit the data pulled by the next two scripts to just the pertinent CompanyIDs?
Look into a WHERE clause with EXISTS() functions, that you can use in a LOAD statement.