Skip to main content
Announcements
Qlik Connect 2025: 3 days of full immersion in data, analytics, and AI. May 13-15 | Orlando, FL: Learn More
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Newbie: How to list 2 values into an expression

I am trying to create an expression to list 2 distinct values into a single column. This would be a list of the Mfg leadtime and Planning leadtime for a given part. I would like them each to be prefaced with the name: MfgLT (value) -space- PLT (value).

I keep getting sytax errors, and no help from the help function.

Last attempt looks like the attached screenshot.

Any hints?

thanks, Brian

1 Solution

Accepted Solutions
Not applicable
Author

Try this:

'PLT' & (PLANNING_LEADTIME) & ' MfgLT' & (MfgLt)

View solution in original post

1 Reply
Not applicable
Author

Try this:

'PLT' & (PLANNING_LEADTIME) & ' MfgLT' & (MfgLt)