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

Announcements
Want to see what's currently in public preview? We've pulled it all together in one place. Check it out here
cancel
Showing results for 
Search instead for 
Did you mean: 
RajeshR
Contributor
Contributor

How to normalize the data

I have a table with columns
Product Name, Product description, Product Type, Vendor

Product Name and Vendor columns have normalized data,
Product description and Product Type are with different values. With this data, I do not get exact count when grouped by Product description.

RajeshR_1-1647969070814.png
Either I can group by product name for measures and show top 1 proper product description for dimensions in set analysis.
Or  I can add one more field / rename the other product description (like below)  in data manager 

RajeshR_3-1647969552986.png

Kindly Note : I can take any of the matching product description and product type or with vendor value.

Could someone please help ?

Thanks in Advance

 

Labels (1)
2 Replies
Patricia_Silva
Specialist II
Specialist II

Hello @RajeshR, maybe you could normalize it in the script where any dimension containing "Apple" should be named as Apples. / Apples / Apple etc, have you tried so?

Help users find answers! Don't forget to mark a correct resolution 🙂
marcus_sommer
MVP
MVP

By just a few cases you may query and correcting the spelling directly within the load with the various available string-functions within more or less nested if-loops. But in most scenarios it's much easier to harmonize the values with a Mapping ‒ QlikView,

- Marcus