I have a dashboard I'm building that pulls data using a drill method. I am able to set up the drillPath on my connection to work properly. I'm wanting to also add a filter to the drill method. In the filter folder there are the dimension, value, and operator. The dimension I have set to the name of the dimension I want to filter by, the value as the value I want to filter by, and the operator to equal. When I deploy the dashboard I get an error of java.lang.NullPointerException. Anyone have any suggestions?
Thanks