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: 
AlanM
Contributor II
Contributor II

subtract columns dimension

Hello Guys,

the goal is to show the difference between column "Actual." and "Budget" in column "Diff." (See table):

Datatype

Actual

Budget

Diff.

Measure 1

       100 €

          80 €

20

Measure 2

          80 €

          70 €

10

 

Column „Diff.“ should be able to be filled with an expression like:

Column A - Column B

The measures must be in the rows.

Problem: "Datatype" is a dimension with only two characteristics "Actual" and "Budget"

 

Any ideas?

 

Thanks in advance.

Labels (2)
2 Replies
jonathandienst
Partner - Champion III
Partner - Champion III

Did you try 

=Column(1) - Column(2)

 

Logic will get you from a to b. Imagination will take you everywhere. - A Einstein
AlanM
Contributor II
Contributor II
Author

Thanks for the fast reply.

Yes I did.

 

Table.png

 

I need the expression Column (1)- Column (2) as a row next to "Plan-Daten"

is this possible?