How to change the charts thrown random errors?

Hi Team.
I am using Helical Insight 3.0. In certain cases when the data is not present the charts throws very random errors and in many cases it is also SQL Query snippets also. I would like to change that.

Thank You

Hello Anu,

In order to do changes are required in two files.

  1. dashboard.js : Open dashboard.js in text editor and search for danger. Then replace +s+ with other error message in double quotes. Path will be “C:\Program Files\Helical Insight\hi\apache-tomcat-7\webapps\hi-ee\js”
  2. table.js : Open table.js and search for result.response.message . Remove this and replace with your error message in double quotes.

Thank You
Helical Insight Team.