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

Announcements
Want to see what's currently in public preview? We've pulled it all together in one place. Check it out 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

Labels (1)
1 Solution

Accepted Solutions
tresB
Champion III
Champion III

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

=Expression1 & ' / ' &  Expression2

View solution in original post

3 Replies
tresB
Champion III
Champion III

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.