Skip to main content
Announcements
NEW: Seamless Public Data Sharing with Qlik's New Anonymous Access Capability: TELL ME MORE!
cancel
Showing results for 
Search instead for 
Did you mean: 
sourchandra
Contributor II
Contributor II

Can we multiconnect a single report using different connection sources.

Can we use a single report to connect to a SQL Server DB source & then change it to connect it to Azure SQL  DW  using Data Connections. I would be refraining from using QLIK Nprinting as we don't have the license for that.

The DB would change later on from SQL Server DB to Azure SQL DW so we have to make the similar change in the report.

But the fields would be same in both the DBs,as there would a one to one mapping between the 2 DBs while loading the data via ETL from SQL Server DB to Azure SQL DW.

Labels (1)
1 Solution

Accepted Solutions
jwjackso
Specialist III
Specialist III

It seems like this would be similar to having a development and production database.

SET vDataConnection='SQL DB Connection String';

//SET vDataConnection='Azure DB Connection String';

 

LIB CONNECT TO '$(vDataConnection)';

View solution in original post

2 Replies
jwjackso
Specialist III
Specialist III

It seems like this would be similar to having a development and production database.

SET vDataConnection='SQL DB Connection String';

//SET vDataConnection='Azure DB Connection String';

 

LIB CONNECT TO '$(vDataConnection)';

sourchandra
Contributor II
Contributor II
Author

Thanks I would check this for certain but please let me  know if there is no  one to one mapping once the model get migrated from SQL DB to Azure SQL DW, then would the only developed report crash & has to be redeveloped.