Hello, I'm stumped on this task of combining 3 bar charts into one.
I'm using the dimensions as the Application Source (which are Windows or Apple) and expressions showing whether or not they are compliant, but I want to show if the combined are compliant or not as well. How would I calculate that?
currently I have 3 different charts with no dimensions with the expressions set as:
count( if status = 3 and app_source = 'Apple', status) / count(if status <> 1 / and app_source = 'Apple', machine_name)
this has been working great but i've separated the charts right now and changed apple to windows where needed, how would i go about combining them?
if you cant tell, i'm brand new to QV so any help is very appreciated!