Discussions
Categories
Groups
Community Home
Categories
INTERNAL ENABLEMENT
POPULAR
THRUST SERVICES & TOOLS
CLOUD EDITIONS
Quick Links
MY LINKS
HELPFUL TIPS
Back to website
Home
Intelligence (Analytics)
js computation lost after iv sort
kimyx
I'm using Actuate 11 M9 beta, integrating the interactive viewer into an existing mashup. The report is a simple table. One column includes a javascript expression on the data:
<structure>
<property name="name">orderOverbooked</property>
<text-property name="displayName">orderOverbooked</text-property>
<expression name="expression" type="javascript">BirtMath.round(dataSetRow["orderOverbooked"]/1000000,1)</expression>
<property name="dataType">decimal</property>
</structure>
This works fine when the report first comes up. However, after I use IV to sort or filter any column in the report, it appears to use the raw data without the javascript, so the displayed data is too large by a factor of a million.
Known issue? Workaround?
Thanks,
Kim
Find more posts tagged with
Comments
rmurphy
It shows correctly the first time, but subsequent displays show incorrect? Sounds like a bug to me. Can you log a bug at <a class='bbc_url' href='
http://ted.birt-exchange.org/'>Issue
Tracking System for BIRT Exchange</a><br />
<br />
Rob
kimyx
Thanks for the feedback, Rob. Yes, that's the case. I will log a bug.
Kim