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

Announcements
Want to see what's currently in public preview? We've pulled it all together in one place. Check it out here
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

Labels (1)
1 Solution

Accepted Solutions
sunny_talwar
MVP
MVP

May be like this:

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

View solution in original post

5 Replies
sunny_talwar
MVP
MVP

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
MVP
MVP

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
MVP
MVP

Use an expression with set analysis....