Pie Chart Change of Attributes

0
I am trying to change the source of the data of my charts however I run into this problem where I can not use anything but enumerations.  For example: Enumeration 1 has instance A B C D, I am now trying to make all these instances into Boolean, BUT the pie chart is not working.  So I am chaning the attributes from enumerations to boolean and the pie chart would usually display which enumerations was chosen and I am trying to make the chart show all the true from the boolean. Here I am trying to use boolean but it wont accept anything but enumerations.
asked
1 answers
1

Hi Yusuf ,

 

Filter activity expects a boolean expression.
Here you need to write true or false (according to your need) in the Equals section. Or if there is another boolean expression you want to refer , you should call it in the Equals section . I hope this helps 

 

Regards

Ridvan

answered