Skip to main content
Announcements
Introducing Qlik Answers: A plug-and-play, Generative AI powered RAG solution. READ ALL ABOUT IT!
cancel
Showing results for 
Search instead for 
Did you mean: 
robert_mika
Master III
Master III

Text function

Does Qlikview have fuction simialr to Exce TEXT().

I need to Count a number for chart but being the second part and not taking this into calculations

Like

5000(1)

Where the number in brackets is COUNT.

6 Replies
jerem1234
Specialist II
Specialist II

do you want something like:

=sum(FIELD) & '(' & count(FIELD) & ')'

this will give something like:

5000(1)

Hope this helps!

its_anandrjs

Can you explain with an example and what is mean for the word in brackets, elaborate more.

5000(1)

Anonymous
Not applicable

hi,

Try with the Range sum and Above function to get the count:

Something like this:

RangeSum(Above(count,1,1))

jerem1234
Specialist II
Specialist II

Here is an example:

=sum(Sales) & '(' & count(Person) & ')'

Straight table.PNG.png

And a dashboard attached.

Hope this helps

Anonymous
Not applicable

Try with the Dual function:

=dual(Sum(Sales) & '(' & count(Person) & ')')

,

Sum(Sales))

Jason_Michaelides
Luminary Alumni
Luminary Alumni

See my response to your other question - http://community.qlik.com/thread/121844