Skip to main content
Announcements
See why Qlik is a Leader in the 2024 Gartner® Magic Quadrant™ for Analytics & BI Platforms. Download Now
cancel
Showing results for 
Search instead for 
Did you mean: 
Sergio3
Partner - Contributor III
Partner - Contributor III

Hide zero values in two expressions in one ceil with chr(10)

Hi mates!

I need your genius advice.

I have who expressions in one ceil using 'chr(10)', in attach.

Problem is - zero values are showed (because 'chr(10)' is a symbol)!

How to achieve the goal ???

 
Labels (1)
1 Solution

Accepted Solutions
Brett_Bleess
Former Employee
Former Employee

Sergio, if Marcus' post got you what you needed, please be sure to return to your thread and close things out by using the Accept as Solution button on Marcus' post to mark it.  This gives him credit for the help and lets other Members know his suggestion worked.  We appreciate our Members closing their threads whenever possible.  If you did something different, you can post that and then use the button to mark that post...

Regards,
Brett

To help users find verified answers, please do not forget to use the "Accept as Solution" button on any post(s) that helped you resolve your problem or question.
I now work a compressed schedule, Tuesday, Wednesday and Thursday, so those will be the days I will reply to any follow-up posts.

View solution in original post

2 Replies
marcus_sommer

Maybe with a check like this one:

if(exp1, exp1 & chr(10) & expr2, null())

- Marcus

Brett_Bleess
Former Employee
Former Employee

Sergio, if Marcus' post got you what you needed, please be sure to return to your thread and close things out by using the Accept as Solution button on Marcus' post to mark it.  This gives him credit for the help and lets other Members know his suggestion worked.  We appreciate our Members closing their threads whenever possible.  If you did something different, you can post that and then use the button to mark that post...

Regards,
Brett

To help users find verified answers, please do not forget to use the "Accept as Solution" button on any post(s) that helped you resolve your problem or question.
I now work a compressed schedule, Tuesday, Wednesday and Thursday, so those will be the days I will reply to any follow-up posts.