
Not applicable
2016-07-21
09:22 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
First day of each month
Hi, I have a set of date in this format "dd/mm/yyyy" for every month of the year 2015.
I need to show the first day of each month of the year in QlikSense.
Can someone help me to write the expression?
11,293 Views
2 Replies

MVP
2016-07-21
11:24 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
May be create a field like this:
LOAD Date,
MonthStart(Date) as MonthStartDate
....
or use a filter expression
MonthStart(Date)

Anonymous
Not applicable
2016-07-21
11:29 AM
Author
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi
try this for the FIRST Day
Day(MonthSTART(DATA))
Last day
Day(MonthEnd(DATA))
10,046 Views
