Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Error on text in chart

Hi, im trying to use ='Ocp: ' & (count(if( DISPO = 'N', DISPO))/Count (P0703_NOMBRE) ,'#,##0%') to have the result in %, but i have error in the expresion

any suggestion

Tks

1 Solution

Accepted Solutions
sunny_talwar

Sorry I missed >}

='Ocp: ' & (Num(Count({<DISPO = {'N'}>} DISPO)/Count(P0703_NOMBRE) ,'#,##0%'))

View solution in original post

6 Replies
sunny_talwar

Try this:

='Ocp: ' & (Num(Count({<DISPO = {'N'} DISPO)/Count(P0703_NOMBRE) ,'#,##0%'))

Not applicable
Author

H Tks synny but i have the next error:

error int ext modifier expression

sunny_talwar

Sorry I missed >}

='Ocp: ' & (Num(Count({<DISPO = {'N'}>} DISPO)/Count(P0703_NOMBRE) ,'#,##0%'))

Not applicable
Author

I think , did you forget the "num" func at the beggining of the sentence? num(formula,'#,##0%')

Ty

Not applicable
Author

Excelent Tks. it works.

sunny_talwar

Great, please close the thread by marking the correct answer

Qlik Community Tip: Marking Replies as Correct or Helpful