Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hello All,
I have one QVW in which i am fetching data of budget now issue is when i am showing this date and amount in one table at that time some dates are not showing due to there is no budget Amount for that date. i want to show all dates in that table in any case. whether that date have data or not i want to display all dates. is there any way to handle this in script or expression??
Thanks in advance.
May be create A calendar obj?
Hi,
see master calendar
Regards,
Thanks for your reply. but I want to show data in straight table.
we all ready have master calendar but when we are joining Budget Date with date of master Calendar, so it is also showing only those date which have Budget amount.
have a look at the attached sample
hope that helps
how about create "month-date" table in load script, then link/join them tgt.
HI,
Make sure on dimension you have suppress when null unticked and show all values ticked.
Also on presentation make sure you have suppress zero values unticked.
But like mentioned above, the missing date have to be in the data. So if they don't you will need to create the calendar table.
Mark