Skip to main content
Announcements
Qlik Connect 2024! Seize endless possibilities! LEARN MORE
cancel
Showing results for 
Search instead for 
Did you mean: 
pnn44794
Partner - Specialist
Partner - Specialist

Help Needed With Chart Title Calculation

Hello:

I'm trying to add a Count to a straight table chart / window title using the following:

=if(Phase = 'Finance Validation',Count (ID)) & ' OUTSTANDING FINANCE VALIDATIONS'

When I click Apply, the only thing that is returned for the Chart Title is OUTSTANDING FINANCE VALIDATIONS.  The Count should equal 85.  I'm guessing I'm missing something simple.  Any ideas?

As always, thanks in advance for any and all help.

1 Solution

Accepted Solutions
Anil_Babu_Samineni

Try this way?

Count({<Phase = {'Finance Validation'}>} ID) & ' OUTSTANDING FINANCE VALIDATIONS'

Best Anil, When applicable please mark the correct/appropriate replies as "solution" (you can mark up to 3 "solutions". Please LIKE threads if the provided solution is helpful

View solution in original post

4 Replies
Anil_Babu_Samineni

Try this way?

Count({<Phase = {'Finance Validation'}>} ID) & ' OUTSTANDING FINANCE VALIDATIONS'

Best Anil, When applicable please mark the correct/appropriate replies as "solution" (you can mark up to 3 "solutions". Please LIKE threads if the provided solution is helpful
pnn44794
Partner - Specialist
Partner - Specialist
Author

Thank you Anil for the response. This works. Why would my syntax not work? I’m not looking for a long explanation. Just simply curious. I will mark your answer as the correct answer. Thank you for your help. I appreciate it.

Anil_Babu_Samineni

Your syntax pretty works when you got filter from Phase as "Finance Validation" only until unless it won't..

Best Anil, When applicable please mark the correct/appropriate replies as "solution" (you can mark up to 3 "solutions". Please LIKE threads if the provided solution is helpful
pnn44794
Partner - Specialist
Partner - Specialist
Author

Ah. Ok. Thank you and thanks again for your help.