Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi All,
I am trying to create a dynamic report. When I clear dimensions I get this error, "Drawing of chart failed internally".
Now I want to change the error message.
Under general - Error Messages
I find below options
Which one I need to select to change the error "Drawing of Chart failed internally"?
Thanks in advance!
There's no custom error message option for that kind of error. That kind of error should not happen.
I am using conditional enabling for dimensions:
GetSelectedCount(Dimensions)>0 and GetSelectedCount(Dimensions)<=2 and Concat(Dimensions, ',') like '*As of Date*' .
Here I want to restrict user to select one or two dimensions and not more than that, as I am using a bar chart.
I think this is causing it to happen. Can you please guide me?