
Not applicable
2015-09-18
11:51 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
How to make this sum
Hello.
Could you help me to calculate "Nbre tickets résolus ". We can have it by make a filter on status='solved'.
The result is 2.I put in expression count(DISTINCT tickets_id), status='solved') but it's not correct.
How can i do it?
Thank you for your help.
Hello.
Could you help me to calculate "Nbre tickets résolus ". We can have it by make a filter on status='solved'.
The result is 2.I put in expression count(DISTINCT tickets_id), status='solved') but it's not correct.
How can i do it?
Thank you for your help.
- Tags:
- new_to_qlikview
339 Views
1 Solution
Accepted Solutions

Not applicable
2015-09-18
11:54 AM
Author
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi Destin,
Try this Count({<Status={'Solved'}>}DISTINCT tickets_id)
Thanks
Nithin
299 Views
2 Replies

Not applicable
2015-09-18
11:54 AM
Author
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi Destin,
Try this Count({<Status={'Solved'}>}DISTINCT tickets_id)
Thanks
Nithin
300 Views

Not applicable
2015-09-18
12:07 PM
Author
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Thank you Nithin. It's work.
299 Views
