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: 
Not applicable

How do i create a chart with the days of the week as the x axis

I'd like a bar chart to show volumes for each day of the week by short name; Sun, Mon, Tue, etc.

Any ideas?

1 Solution

Accepted Solutions
kaushiknsolanki
Partner Ambassador/MVP
Partner Ambassador/MVP

Hi,

You can use below expression as Calculated Dimension.

Weekday(Date)

And expression as

Sum(Values)

Regards,

Kaushik Solanki

Please remember to hit the 'Like' button and for helpful answers and resolutions, click on the 'Accept As Solution' button. Cheers!

View solution in original post

3 Replies
kaushiknsolanki
Partner Ambassador/MVP
Partner Ambassador/MVP

Hi,

You can use below expression as Calculated Dimension.

Weekday(Date)

And expression as

Sum(Values)

Regards,

Kaushik Solanki

Please remember to hit the 'Like' button and for helpful answers and resolutions, click on the 'Accept As Solution' button. Cheers!
Not applicable
Author

Perfect!  Problem solved...thanks!

kaushiknsolanki
Partner Ambassador/MVP
Partner Ambassador/MVP

Kindly mark the post as correct.

Regards,

Kaushik Solanki

Please remember to hit the 'Like' button and for helpful answers and resolutions, click on the 'Accept As Solution' button. Cheers!