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

Announcements
Join us to spark ideas for how to put the latest capabilities into action. Register here!
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

How to I get a space between expressions

Hi,

How to I get a space between 61-1 and 2011?

='TOP 5 # Stops AM Area ' & concat(distinct(AM_Area), ',  ') &concat(distinct(YYYY), ',  ')

Thanks!

Regards,

Stefan

1 Solution

Accepted Solutions
Not applicable
Author

Hi,

Thanks a lot, I knew it was to easy

Regards,

Stefan

View solution in original post

3 Replies
swuehl
MVP
MVP

Maybe like

='TOP 5 # Stops AM Area ' & concat(distinct(AM_Area), ',  ') & ' ' & concat(distinct(YYYY), ',  ')

Not applicable
Author

Sorry,

Missed the picture

Not applicable
Author

Hi,

Thanks a lot, I knew it was to easy

Regards,

Stefan