Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hello everyone,
I have a application having many charts belonging to different fact tables.These fact tables are not associated with each other.On application they are in different states.
On access point when i give print to one of the chart belonging to a fact table it throws as
For all other charts it works fine.
The only difference between this and other facts tables is this fact table has 10 metrics which get enable by a selection in a list box having a restriction of one value at a time.
Does anyone have any idea why his print functionality is not working for this particular chart .
Thanks
Khushboo
Hi ,
I got a solution to my problem.
Issue was with the conditional expression.
The print function was not able to read the metric name.
I changed the conditional function to if((condition)=(''),1,0) . After this it print works for me.
Thanks
Khushboo
Hi ,
I got a solution to my problem.
Issue was with the conditional expression.
The print function was not able to read the metric name.
I changed the conditional function to if((condition)=(''),1,0) . After this it print works for me.
Thanks
Khushboo