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

Announcements
Join us to spark ideas for how to put the latest capabilities into action. Register here!
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Group items in a dimension table

Hi

I have a dimension table in my script and I want to group the data items so if i have:

Expense AE

Expense AA

Expense AC

These should appear in Expense A

15 Replies
Not applicable
Author

yeah or LocalPointofdelivery

its_anandrjs
Champion III
Champion III

the values AFAO, AFTUO are not available in the fields.

Not applicable
Author

typo ATFAO and ATFUO

its_anandrjs
Champion III
Champion III

Ok in your load statement put a code like this

If(Match(Category,'ATFAO','ATFUO'),'Out',Category) as NewCat

By this your 'ATFAO','ATFUO' are goes to Out category as what ever you want and other is same category. In the same above you can add for others category also what ever you decide i done here for category field.

Hope this helps

Not applicable
Author

thats worked.  Thank you for your help

its_anandrjs
Champion III
Champion III

You are welcome....

Thanks & Regards