Skip to main content
Announcements
Have questions about Qlik Connect? Join us live on April 10th, at 11 AM ET: SIGN UP NOW
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)