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

Announcements
Learn how to migrate to Qlik Cloud Analytics™: On-Demand Briefing!
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Date Issues

Hi ,

i have a date field which is displaying how I wanted , the expression I have used is Date("recorded_at") as "Month/Year",

but it is splitting the date on each day in relation to the Service Type column,

How to get the Month/Year supposdely for example Oct 2016 we want to show collectively rather day by day.services.png

1 Solution

Accepted Solutions
sunny_talwar

May be like this:

Date(MonthStart("recorded_at"), 'MMM/YYYY') as "Month/Year"

View solution in original post

5 Replies
sunny_talwar

May be like this:

Date(MonthStart("recorded_at"), 'MMM/YYYY') as "Month/Year"

Anonymous
Not applicable
Author

Hi sunny .

It is working partially But i wanted like picture 2.

services.png

services.png

sunny_talwar

Use a pivot table and drag MonthYear dimension to the top of the chart

Anonymous
Not applicable
Author

Oh ok .I did that earlier.

It is working.

So for a straight table is that possible?

sunny_talwar

Use an expression with set analysis....