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

how to develop a comparison table with actual and target values?

Hi Qlikers,

I need help on develop a table as below.

But this table cannot be build using Pivot or Straight Table or even Table Box.

Does anyone know how to develop this as i know the first column should be the words that we can key into field, is not a dimension that we can pull from database.

error loading image


Below are the only result that i can get. But i need the left column name and i have more than 10 criteria to compare.

error loading image

2 Replies
Not applicable
Author

It seems nobody know how to solve? or do we have relevant post regarding this topic?

Not applicable
Author

Hello,

for the dimension you can use a valuelist:

valuelist('Actual Sales Vs Target Sales','TotalRevenue','Gross Margin')

and in the part of expression the first expresion for Target Sales should be something like this:

pick(match(valuelist('Actual Sales Vs Target Sales','TotalRevenue','Gross Margin'),'Actual Sales Vs Target Sales','TotalRevenue','Gross Margin'), <Formula of Actual Sales Vs Target Sales >, <Formula of TotalRevenue>, <Formula of Groos Margin>)

hope this helps!!

Regards