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

Announcements
ALERT: QlikView server communication interruptions following Microsoft Windows Domain Controller security updates
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Condition to bring 2 trendlines?

Hi,

Please find the attached image file and excel.

I am having 2 products named X and Z in my excel.

and the values i am using are for the trend line is sum(TEB).

This [sum(if(date>= date(today()-91), TEB))] expression helped me to get the 13 weeks data for sum of both X and Z.

For the same query, I want to display 2 trendlines for X and Z.

How do i get this? Do I have to try with a if condition? (I want to keep this query also [sum(if(date>= date(today()-91), TEB))] in the condition.

Thanks in advance.

Labels (1)
2 Replies
Not applicable
Author

Hi,

what about using ProductName as the second Dimension ?

Roland

Not applicable
Author

My apologize. I had taken a wrong excel to pull the data.

I got the dimension now.

Thank you Roland.