Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
xyz1
Creator III
Creator III

z

 

 

Labels (2)
2 Replies
xyz1
Creator III
Creator III
Author

.

Gysbert_Wassenaar
Partner - Champion III
Partner - Champion III

The problem is that the CrossTable function will create weeks as text values. Further on in your script you're using the Dual function to create weeks that are numbers, but also have a textual display format.

You either need to create the same pure text values there so you get the same values as the CrossTable value generates. Or you need to create a new table using a resident load from the tables the CrossTable function created and in that new table use the Dual function to create the same week values you create later on in the script.


talk is cheap, supply exceeds demand