Hello
I would like to know if it is possible to mount a query that returns a table like this:
The data of appB and appC comes from a select count in the Calls table that returns me the number of sessions found per application, however the data from appA comes from a different select because it has exception rules. In this case is there any way to merge the selects so that the result of the table above is left?
Thank you!