Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi ALL,
Please check the attachment where we need to show all years ,quarters and months from 1-1-2017 till 31-12-2018 even if there is no filled data.
So when there is no data we need to show the cell in the table with no data.
Thanks for your support.
Hi Andres,
Are you sure that i have to use the below :
if(len(trim(Month))=0. Month) AS Month
or
if(len(trim(Month))=0 , Month) AS Month
and the above should be added to the calendar table or to the table from where i am getting my data.
thanks
Hi Elie, sorry your right it's with ',' I had a typing error. And you should added to the master calendar.
Cheers,
Andrés
you can try like this
SUM({$<[Year]={">={'2017'} <={'2018'}"}>}[Number Of Openings])
Make sure to contain ZERO VALUES is checked in the properties pane.