Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi All ,
Please assist me how to show the current year and current month data when opening the model or no selection is made as the report is going out of memory.
As I am new to qliksense please kindly assist by providing step by step details solution.
I have created the filter pane but the application is close the selection is resetting. All the data is loading when opening the Qliksense app.
Sample model attached. The model got only Year 2019 and Month Jul 2018 data.
Showing like this.
Thanks in Advance.
I have resolved the problem by using an extension that can do that ; Styled List: As , I got too many expression in my sheet.
https://github.com/countnazgul/Qlik-Sense-Styled-Lists-Extension
Example of use:
After installing follow the steps
Then Step 2: Add the styled list in the sheet.
=Sum({$<[Ship Date]={">=$(MonthStart(max(date)))<$(=monthend(max(date))"}>}Sales)
it will bring selected month or max month date
Hi Channa ,
I want the selection pane to get the value. like below.
=Sum({$<[Ship Date]={">=$(MonthStart(max(date)))<$(=monthend(max(date))"}>}CliensPaied)
do this for all measures in pivot
I have resolved the problem by using an extension that can do that ; Styled List: As , I got too many expression in my sheet.
https://github.com/countnazgul/Qlik-Sense-Styled-Lists-Extension
Example of use:
After installing follow the steps
Then Step 2: Add the styled list in the sheet.