Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
I have 2 months Data for Nov and Dec
But on UI i want to see all months(in a listbox).
Jan
Feb
Mar
Apr
May
Jun
Jul
Aug
Sep
Oct
Nov
Dec
when i click on nov dec data should change but when i click on others no data display
go to Presentation tab uncheck supress zero values
i dont think we have that option in list box
If in your transaction date you are having November or Dec then how you can show all the months untill and unless you have not created it mannually.
But i need to display all the months will blank data for other months
HI,
Script level calculation
YOUR_TABLE:
Load ,
month,
filedd1,
field2,
.
.
From table1;
concatinate (YOUR_TABLE)
Load * INLINE
[
month
Jan
Feb
Mar
Apr
May
Jun
Jul
Aug
Sep
Oct
Nov
Dec
];
month field name should be same in both places
In that case first create the Master Calender of those. then only you would be able to do.
Are you getting any month except Nov or Dec in your transaction date?
nope
these repeats my Nov and Dec twice
That would be because of Format.
Make sure both Nov and Dec in inline function and created by you are same.