
Creator II
2019-05-31
05:57 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
MonthEnd variable
i have created a variable: with the date field
vMonthEnd = date(monthend(max(dates),-1))
but =if(dates=$(='vMonthEnddd'),dates) is not working in filter pane.
997 Views
1 Solution
Accepted Solutions

MVP
2019-05-31
07:48 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
May be try this
If(dates = Floor($(vMonthEnd)), dates)
or this
If(dates = Floor(MonthEnd(Max(TOTAL dates), -1)), dates)
979 Views
6 Replies

MVP
2019-05-31
06:22 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
try
if(dates=$(vMonthEnd),dates)
if(dates=$(vMonthEnd),dates)
Great dreamer's dreams never fulfilled, they are always transcended.
Please appreciate our Qlik community members by giving Kudos for sharing their time for your query. If your query is answered, please mark the topic as resolved 🙂
Please appreciate our Qlik community members by giving Kudos for sharing their time for your query. If your query is answered, please mark the topic as resolved 🙂
992 Views

Creator II
2019-05-31
07:32 AM
Author
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
No, it is showing NULL.
985 Views

MVP
2019-05-31
07:48 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
May be try this
If(dates = Floor($(vMonthEnd)), dates)
or this
If(dates = Floor(MonthEnd(Max(TOTAL dates), -1)), dates)
980 Views

MVP
2019-05-31
08:00 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
where you writing code??
Great dreamer's dreams never fulfilled, they are always transcended.
Please appreciate our Qlik community members by giving Kudos for sharing their time for your query. If your query is answered, please mark the topic as resolved 🙂
Please appreciate our Qlik community members by giving Kudos for sharing their time for your query. If your query is answered, please mark the topic as resolved 🙂
976 Views

Creator II
2019-05-31
08:01 AM
Author
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Thank you so much:)
If(dates = Floor(MonthEnd(Max(TOTAL dates), -1)), dates) is working fine..
If(dates = Floor(MonthEnd(Max(TOTAL dates), -1)), dates) is working fine..
976 Views

Creator II
2019-05-31
08:02 AM
Author
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
In the UI for pivot table
972 Views
