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: 
NavinReddy
Creator II
Creator II

Merging two charts total

Hello All,

i have two chart with the total information, for each number i have one expression.i need to calculate the total % on weekly basis. kindly help me 

Table1  Table2 
     
Issue NamesPrior Week  Total Issue NamesCurrent Week Total
A1310 A1316
A22 A28
A38 A36
A40 A4-8
A5316 A5306
A6344 A6333

 

Expected Output

Issue NamesPrior Week  Current Week WoW %
 Change
A13103162%
A228300%
A386(25%)
A40-80%
A5316306(3%)
A6344333(3%)

Now i need to merge these two charts to calculate the %,
could some one help me with the logic.

 

Thanks in Advance

Navin

2 Replies
Lisa_P
Employee
Employee

Create the output table, the other tables should be linked through the Issue Names field in the data model.

Simply create the first 3 columns as dimensions, then in the last column create the expression:

([Current Week Total]-[Prior Week Total])/[Prior Week Total] and label it as WoW %  Change, format the  result as an integer, Show in Percent

NavinReddy
Creator II
Creator II
Author

@Lisa_P  thanks for your reply 

Im bit confused implement this logic, do you want me to create  output table in script side. Suggest me