This content has been marked as final.
Show 4 replies
-
Re: Missing Period in Chart - QlikSnese
Arvind Patil Oct 15, 2017 10:43 AM (in response to ruti t)Hi Ruti,
Please do as follows:
In properties -> Dimension-> Check Display all Data checkbox and uncheck suppress value is null.
Thanks,
Arvind Patil
-
Re: Missing Period in Chart - QlikSnese
ruti t Oct 16, 2017 12:32 AM (in response to Arvind Patil)Thank you for your response..
The Dims marked with option of Show null value and no limitation but the quarter still does not appear ..
I think it related to the filter in the Measure:
count({$<Quarter={'$(=$(V_Max_1_Q))','$(=$(V_Max_2_Q))','$(=$(V_Max_3_Q))'}>}Tests)
-
Re: Missing Period in Chart - QlikSnese
Shraddha Gajare Oct 16, 2017 2:25 AM (in response to ruti t)How you have defined variables V_Max_1_Q,V_Max_2_Q,V_Max_3_Q?
Try,
count({$<Quarter={'$(=V_Max_1_Q)','$(=V_Max_2_Q)','$(=V_Max_3_Q)'}>}Tests)
-
Re: Missing Period in Chart - QlikSnese
ruti t Oct 16, 2017 2:39 AM (in response to Shraddha Gajare )Hi,
It's define :
SET V_Max_1_Q="maxstring(Quarter)";
!
-
-
-