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

Announcements
Join us in Toronto Sept 9th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
Amina
Contributor
Contributor

Display Data

Hello,

How can I get the Tab2 as a result please and knowing that the reduction is not a measure.

Tab1:

Date

Product

Discount

26/03/2024

Item

10%

02/04/2024

Item

15%

 

Tab2:

Product

Week 13

Week 14

Item

10%

15%

 

Labels (1)
1 Solution

Accepted Solutions
Vegar
MVP
MVP

If you are not dependent on making filters on discount value then consider making a pivot table consisting of the dimensions Product  and Week in combination with the  measure =Only(Discount)

 

If thats not applicable for you, then you might have a look at the generic load blog poat by HIC.

View solution in original post

2 Replies
Vegar
MVP
MVP

If you are not dependent on making filters on discount value then consider making a pivot table consisting of the dimensions Product  and Week in combination with the  measure =Only(Discount)

 

If thats not applicable for you, then you might have a look at the generic load blog poat by HIC.

Amina
Contributor
Contributor
Author

Thank you for your reply