Hi Guys
I have created a Dash Board report, and when I run the report all is well. However when I publish the report to a Viewer the dashboard fails to update as options on the slicers are selected. Any ideas on what is causing this and how to fix it?
Thanks to all
Malcolm
4 comments
-
Jet Reports Historic Posts Hi Malcom -
Does cell A1 of your report include the +VALUES tag (as described here: http://kb.jetreports.com/article/AA-01183) ? -
Jet Reports Historic Posts Hi
the short answer is Yes
Malcolm -
Jet Reports Historic Posts All
I have been testing this by running the report in Viewer Simulation mode and I think that I have identified the issue. the NP Slicer function fails to update as the filters are changed end returns a # Error on debug it get this error string:
An unexpected error has occurred:
Object reference not set to an instance of an object.
System.NullReferenceException
at g.b(JetRange A_0)
at Jet.JetDispatcher.h(String callerAddress)
at Jet.JetDispatcher.a(du A_0, Boolean A_1, String A_2)
at Jet.JetDispatcher.e(Object[] A_0)
Just for information I have +Values set to A1
any hints will be appreciated.
Thanks
Malcolm -
Jet Reports Historic Posts What you will probably want to do is duplicate the issue while generating a log file:
How to Enable Jet Application Logging:
From the Jet Ribbon > Application Settings > Logging > Enable Jet logging
Please remember to disable Application Logging once the log file has been created as it can negatively impact reporting performance and create large files.
Then, submit the log file to Jet's Technical Support team (https://support.jetreports.com/). They should be able to analyze what's interfering with the NP("Slicer") function.