Skip to main content
Announcements
Introducing Qlik Answers: A plug-and-play, Generative AI powered RAG solution. READ ALL ABOUT IT!
cancel
Showing results for 
Search instead for 
Did you mean: 
Aditya_Chitale
Specialist
Specialist

Dimension wise splitting measure expression

Hello All,

I want to create a table as shown in below screenshot.

Aditya_Chitale_0-1633629921855.png

1: count of units using Booking Date

2: Sum of SA using Booking Date

3: Sum of AV using Booking Date

4: Point 3 divided by point 2

5: Count of units using Cancellation Date

6: Sum of SA using Cancellation Date

7: Sum of AV using Cancellation Date

8: Point 7 divided by point 6

 

My concern is how to show measures based on two different dates at the same time against dimension values.

Is there any way to achieve this from frontend or will it require any backend scripting ?

 

 

Regards,

Aditya

1 Solution

Accepted Solutions
Aditya_Chitale
Specialist
Specialist
Author

Its solved. I used a simple if statement in measure expression

 

View solution in original post

1 Reply
Aditya_Chitale
Specialist
Specialist
Author

Its solved. I used a simple if statement in measure expression