Hi,
I have a dashboard which have muliple tabs.
One tab deals with a high level analysis. We have a field named survey_id. So in the generic tab, I have put in a statistics box, the count of survey_id
The next tab is more specific one. I need to display the count of survey_id where survey_type='outside'.
(in normal list box, this will be as =if(survey_type='outise', survey_id) )
But in statistics box I do not see an option to give expression instead of selecting an available field.
Is there a solution for this other than me creating a sperate field for this in the backend. I need to use statistics box so that this component will be consistent across the tabs.