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: 
Not applicable

How to use QV for compare pricing from my supplier

Hi All

I have price from supplier as per enclosed qv doc.

I like to use QV for compare the price for competitor A with competitor B.

Can some one give me suggestion.

SOURCEBRANDMODELUNITPRICE
COMPETITOR AKINCOABC-001200
COMPETITOR BHAKKOXZY-001450

May i know how to make the table as below :-

COMPETITOR ACOMPETITOR B
KINCOHAKKO
200450

PAUL

1 Solution

Accepted Solutions
Not applicable
Author

Not sure if I understand you correctly.

might be something like attached.

View solution in original post

7 Replies
Not applicable
Author

Not sure if I understand you correctly.

might be something like attached.

Not applicable
Author

Hi Shy

Wow you are good , i try for 15 min , i still not able to get it right. I can imagine ,

first you convert my table from straight  table to pivot table. then you try to pull the description to right ... etc

I cannot get it right.

Can you share with me how you do it ?

Not applicable
Author

Hi Paul,

Yes you are correct. Below are the steps:

1. Convert your table to pivot table, then expand all columns.

2. Once done, click on one of the columns and try moving it right or left or above, a blue arrow will appear indicating where you are moving your column.

3. You can then just drag the columns in whatever order you want them to be and exapand them all again if they get collapsed.

Hope this helps!

Not applicable
Author

Hi Shy

Yes i manage to transform the table as your.

PART_NO_MT4512TTS1100Total
Description10" with non Ethernet10" with non Ethernet
MAKERKINCOHAKKO
801.522703071.5

Now my next question is how add one more column to compute the total, as per above table shown amount 3071.5 ( sum of 2 value ) ?

Paul

Not applicable
Author

Hi Paul,

Two options:

1. Either you can use AGGR function and then calculate the total. Please find below which may be helpful:

http://community.qlik.com/message/241138

http://community.qlik.com/message/430431

2. You can change the expression to calculated dimension and then use "Show Partial Sum" option from Presentation tab.

Not applicable
Author

Hi Sir

I try option 2 , i am unable to get any result.

So i try Option 1.

I need to compute (2270-801)/2270=65%

=sum(aggr(

(

Sum(Column(1))

-

Sum(Column(2))

)

/

Sum(Column(1))

,MAKER,PART_NO_))

But i am still unable to get it display 65%. Hope you can advise me.

Not applicable
Author

Hi All

Enclosed my qv doc