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 can I concatenate symbols with fields in select?

how can I concatenate symbols with fields in select?

Like:

SQL SELECT

  num_cont & '/' & year_cont as contract,

10 Replies
Nicole-Smith

The two fields I'm using are numbers because I figured that's what the original post was about.  Looks like you're using strings...

My code is exactly what I posted plus the DB connect statement.