Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hello everyone,
in a bar graph, I need to count only the demands of a particular state. (eg open requests), broken down by month.
I made the count via set Analysys, I have a table field next to me shows the list of requests based on the selections, but when I click on a bar graph. in the table with the list of requests I do not appear open requests for that date, but all requests for that date regardless of status.
this is because the "filter" I applied via set analysys is therefore is considered on external objects
without the use's set-analysys, how can I count only active requests and also consider this selection of external objects?
thanks
Best Regards
Andrea
I am not sure if understood well. May be you can try like: =Count(If(state='open', demands))
If this doesn't help, try to share your sample qvw.
I am not sure if understood well. May be you can try like: =Count(If(state='open', demands))
If this doesn't help, try to share your sample qvw.
is this my problem was, I tried it and now everything works regularly
pretty much the formula I used was if (condition), count) instead I have to use the formula that I've shown you (count (if (condition))
1000 Thanks
Andrea
Yes, both are different. Read this discussion : SUM (IF...) vs IF(SUM(...))