Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi Friends,
I am getting Garbage after expression error message coming in my report like below ,when i am exporting report , while in dashboard no error is coming everything working fine.
Garbage after expression 209
or in some case
Garbage after expression 4F39578F
please suggest why i am getting this error and how to correct this.
In a straight table.
Or this
if(sum({$<Month=,ACTUALITY_CODE={'BU'}>}FIN__MARKETSHARE)>0 or
sum({$<Month=,ACTUALITY_CODE={'AJ'}>}FIN__MARKETSHARE)>0,
sum({$<Month=,ACTUALITY_CODE={'BU'}>}FIN__MARKETSHARE)-sum({$<Month=,
ACTUALITY_CODE={'AJ'}>}FIN__MARKETSHARE), null() )
what happens if instead of space you put a Zero? and then change Text format expression to match cell background if the value is Zero
if(sum({$<Month=,ACTUALITY_CODE={'BU'}>}FIN__MARKETSHARE)=0 or
sum({$<Month=,ACTUALITY_CODE={'AJ'}>}FIN__MARKETSHARE)=0,0,
sum({$<Month=,ACTUALITY_CODE={'BU'}>}FIN__MARKETSHARE)-sum({$<Month=,
ACTUALITY_CODE={'AJ'}>}FIN__MARKETSHARE))
Hi Vineeth ,
Thanks , but my dashboard was already running correctly ,
Actually i am using Nprinting On demand extension to generate PPT report , when i generates my report in PPT above error message coming in PPT . While in dashboard every thing working fine.
Yes, i'm only suggesting a workaround to your problem
Thanks , but still having same problem