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

Announcements
Join us in NYC Sept 4th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
Sxbbb
Creator III
Creator III

want to make a Listbox 'Type' where in the Listbox there are two values: ONETYPE and TWOTYPE

 
 

I have a Field 'PartNumber'. I have separated 'PartNumber'' into 2 types. by Use code.

TEST: 

load  PartNumber,

if(WildMatch(if(IsNum(left(PartNumber',1)),mid(PartNumber',7,1)) ,'M','D'),PartNumber') as ONETYPE,

if(WildMatch(if(IsNum(left(PartNumber',1)),mid(PartNumber',7,1)) ,'A','B'),PartNumber') as TWOTYPE

where XXX;

But 

I want to make a Listbox 'Type' where in the Listbox there are two values: ONETYPE and TWOTYPE

to select a category type.

1 Reply
henrikalmen
Specialist II
Specialist II

This is the wrong board for this question. You posted the same question also here and that's a better board. Please don't post questions in multiple boards.