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

Announcements
See why IDC MarketScape names Qlik a 2025 Leader! Read more
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.