Hi,
I have a WebI report that gets its data from a BEx query. I use the following for my graph
| Calendar Month/Year | Forfeiture Rate Amount | Forfeiture Rate Unit |
Those 3 dimensions above are based on loaded data.
For example, the loaded data are as follows
Reservation Date | Calendar month/year | Forfeiture Rate Amount | Forfeiture Rate Units |
1/1/2014 | 01.2014 | 5 | 1 |
2/1/2014 | 02.2014 | 10 | 2 |
5/1/2014 | 05.2014 | 11 | 3 |
7/1/2014 | 06.2014 | 12 | 4 |
9/1/2014 | 09.2014 | 50 | 5 |
12/1/2014 | 12.2014 | 40 | 0 |
I want to display all twelve months but when I display it in WebI only the six loaded data are displayed.
I already used TimeDim() function however it doesn't work when the input in the Date Prompt if WebI is the date where there is no loaded data.
For Example:
Image 1: Date Input is 1/1/2014
Image 2: Date Input is 6/1/2014