on 2012 Dec 20 2:35 PM
Hi folks,
I have a report where the user is prompted to enter a date via a BW variable. Then a small time series is shown in report with the entered date and 90days before(e.g. 31.12., 31.03). Sometimes there is no data for a date.
Can I build a formula which lets display a message like "No data for 31.12."?
I tried this:
While {date_field} <= {?parameter} do
if Isnull({key_figure)
then {date_field}
But the formula gives an error.
Anyone a different idea?
Thank you very much!
hello Seyhan,
have a look at the solution posted here.
this involves having a custom function that figures out which days are missing and creates an output for the missing days. the function is used on the details level so that for each day or set of days missing there is an output.
in this case the function outputs the days themselves, but you could easily customize the output of the function to display whatever you wanted.
cheers,
jamie
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
62 | |
12 | |
7 | |
7 | |
7 | |
6 | |
6 | |
5 | |
5 | |
4 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.