Presentation variable problem in PDF generation
717867Nov 23 2009 — edited Nov 23 2009Hi,
I have created the custom field using the following code
*case when (V_balance.yr<=@{var_year}{2009} and V_balance.yr>=@{var_year-3}{2006}) then 1 else 0 end*
Use this field I have created the filter and remove the field from report.
When I run the report with different prompts, its working fine as I expected in dashboard.
But when I generate the PDF for different prompt values ( var_year=2008 ) , I got same result. That is its generate var_year=2009 (default presentation variable)
Its generate the pdf with 'presentation variable default values' instead of presentation variable.
How could I rectify this problem.
Any one facing this problem.
Is there any alternative for this condition
Note:
We are using bise1 10.1.3.2.1
but I got a right answer in obiee 10.1.3.4.0
Thanks
Mohan
Edited by: Mohan 8732779 on Nov 23, 2009 5:50 AM