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

Announcements
ALERT: QlikView server communication interruptions following Microsoft Windows Domain Controller security updates
cancel
Showing results for 
Search instead for 
Did you mean: 
cristian_av
Creator III
Creator III

Two Tables with Current Selection with only one selection different

Hi

I need two tables to show data from current selection and the same table. The first table has to show the values from the "Real" income and the second one from the budget income.

I need to show the data "As Is", i.e. not the sum or something like.

RealBudgetAmountDateCenter
Real500001-02-2016123
Real50002-02-2016125
Real30003-02-2016123
Real20004-02-2016126
Budget600001-02-2016123
Budget60002-02-2016125
Budget35003-02-2016123
Budget25004-02-2016126

Any idea how to do this? I actually can show the info but in the same table.. but how can I split the data in two tables Real/Budget?

Thanks!!

Labels (1)
1 Solution

Accepted Solutions
girirajsinh
Creator III
Creator III

You may do something like this in straight table

and hide the expression

View solution in original post

4 Replies
sunny_talwar

May be using set analysis within a straight table? Which object are you trying to this today?

girirajsinh
Creator III
Creator III

You may do something like this in straight table

and hide the expression

cristian_av
Creator III
Creator III
Author

It worked! Thanks!

sarafamiglietti
Creator
Creator

Hello,

Please find attached a way to solve the problem.

You just have to create 2 graph "Table".

Put Realbudget, Date and Center as Dimension and in the expression you have to use a "if".

-> For real : if(RealBudget = 'Real',sum(Amount))

-> For budget : if(RealBudget = 'Budget',sum(Amount))

Regards

Sara