Skip to main content
Announcements
See what Drew Clarke has to say about the Qlik Talend Cloud launch! READ THE BLOG
cancel
Showing results for 
Search instead for 
Did you mean: 
master_student
Creator III
Creator III

Daily curves

Hello Guys,

I missed you

I need your help so

I have a graph that display the amout in a daily way of year 2017 VS 2016. I need the lines (curves) to be superimposed,

any idea please?

My expression :

sum({$<[Year of date]={$(=Max([Year of date]))} >}recharge_amount)

sum({$<[Year of date]={$(=Max([Year of date])-1)} >}recharge_amount)

Capture.PNG

Capture.PNG

1 Solution

Accepted Solutions
sunny_talwar

Change your dimension to this

Date(SetDateYear(date_id, Year(Today())), 'DD/MM')

View solution in original post

2 Replies
sunny_talwar

Change your dimension to this

Date(SetDateYear(date_id, Year(Today())), 'DD/MM')

master_student
Creator III
Creator III
Author

Thanks a lot