Stacked bars, create table or can I use set analysis
Hi,
I've got a sales table and a targets table joined with id
SALES
ID
SALES
1
10
2
3
50
left join
TARGETS
ID
Targets
1
2
29
3
30
My table in Qlik
FACT TABLE
id
sales
targets
1
10
2
29
3
50
30
What I need is to create a stacked bar chart, shall i create the table below? if so how, or can I use 2 measures as two aggregated fields as a stacked bar chart, or will i need to create the table below?