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

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
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)