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)
Errors in the report
USHA
Hi All
I am getting the following error in Actuate BIRT.
The following items have errors:
ReportDesign (id = 1):
+ A BIRT exception occurred: Error evaluating Javascript expression. Script engine error: TypeError: Cannot call method "replace" of null
Script source: null, line: 0, text:
<compiled script>. See next exception for more information.
Error evaluating Javascript expression. Script engine error: TypeError: Cannot call method "replace" of null
Script source: null, line: 0, text:
<compiled script>
I have three filters on the same column.. If i keep all the three filters i am getting the above error. If i remove on of it i can able to get the Output. please convey what is the above error and how to resolve it.
Thanks Inadvance
Usha
Find more posts tagged with
Comments
bhanley
Sounds like you are trying to filter on a null value. Perhaps one of the three filters is removing the value from the column and then another filter is getting executed?
Can you post your filter logic? That may help get to a definitive answer.