Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hello,
I have a slider/Calendar Object on a dashboard. I would like this, by default, to show a specific date range. From my reading, it says i can possibly build a macros to do this, however I do not have any experience in building a macro in Qlikview. Is there an easier way to do this right in the slider/calendar properties?
So I changed it to
=>= Date(WeekStart(Max(Date))) <=Date(WeekEnd(Max(Date)))
And it says 'Garbage after expression: 'Date'
How about this:
='>=' & Date(WeekStart(Max(Date))) & '<=' & Date(WeekEnd(Max(Date)))
Hi sunny,
I have an issue working with qliksense setting date picker default range.
I have used the similar expression.
My dashboard consist of four sheets. When navigating from one sheet to next the default is setting correct.
While navigating back from second sheet to first show previous week data of default.
Is there any solution for this kind of issue.
Please help me with the solution.