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: 
MIKIEMILLER
Contributor III
Contributor III

List Box

I have these field names:

Unit

Total

Cash

Credit

Tip

Date

Year

Card Type

I want to have a list box that contains only these fields: Total, Cash, Credit, and Tip.

What is the easiest way about doing this?

11 Replies
MIKIEMILLER
Contributor III
Contributor III
Author

Yes Rob.  That is what my data looks like.

rwunderlich
Partner Ambassador/MVP
Partner Ambassador/MVP

Take a look in the Help at the CrossTable prefix.  Your statement will look something like:

CrossTable (TranType, Amount, 1 ) LOAD Unit, Total, Cash, Credit, Tip

FROM ....

-Rob