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: 
abhaytrip
Creator
Creator

Combining Two Expressions

Hi All,

I had a Query where I wanted to combine two expressions and show them into one.

check3.PNG These are two different count expressions.

I'd want them to be seen like.

ques.PNG

Any particular way I can do that ?
Thanks

Regards,
Abhay

1 Solution

Accepted Solutions
tresesco
MVP
MVP

I guess you are asking about concatenating the outputs. Try using '&' character like:

=Expression1 & ' / ' &  Expression2

View solution in original post

3 Replies
tresesco
MVP
MVP

I guess you are asking about concatenating the outputs. Try using '&' character like:

=Expression1 & ' / ' &  Expression2

abhaytrip
Creator
Creator
Author

Okay , let me try that out.

abhaytrip
Creator
Creator
Author

Yes that did work .
Thank you so much for your effort.