Skip to main content
Announcements
Qlik Introduces a New Era of Visualization! READ ALL ABOUT IT
cancel
Showing results for 
Search instead for 
Did you mean: 
PLUSTEAU_AREMIS
Contributor
Contributor

Qlik Sense to Qlik View

Hello,

is there a way to export or transform Qlik Sense source files (like qvf) to make them available in Qlik View? or a creative way to avoid redeveloping everything in Qlik View

Thank you very much for your help!

Pierre

1 Reply
lfetensini
Partner - Creator II
Partner - Creator II

Impossible. But you can extract and export tables in QVDs. Write in final load script from your QVF.

 

For i=0 to nooftables() -1

 let vTable =tablename(i);

 store '$(vTable)' into path\$(vTable).qvd(qvd);

Next

 

Then load in QVW and design your objects.

Support your colleagues. Remember to "like" the answers that are helpful to you and flag as "solved" the one that helped you solve. Cheers.