Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
souadouert
Specialist
Specialist

set analysis interpretation

I load an excel file containing

indicator column

expression column (expresion set analysis)

exemple.PNG

then I look for the possiblity in a chart 'table' to add N dimension

and in the expresion I want to insert the column expression and qlik interpreted as an expression (Set Analysis)

1 Solution

Accepted Solutions
6 Replies
felipedl
Partner - Specialist III
Partner - Specialist III

Hi Souad,

I've made a simple example as to what you need.

Put some expression on an excel file and loaded it on qlik to interpret.

See both files for reference.

Hope it helps,

COde is as follows:

data:

LOAD * Inline

[

SalesPerson,Location,Value

Bob,1,100

Ane,2,300

John,1,50

];

Exp:

LOAD Indicator,

     Expression

FROM

(ooxml, embedded labels, table is Plan1);

Felipe.

souadouert
Specialist
Specialist
Author

hello Flip,

y dont undrstand me i have this script

LOAD * INLINE [

    CONQUETE, NOMBRE_CLIENT, REF

    OUI, 5, 1

    OUI, 4, 1

    NON, 2, 1

];

LOAD Indicateur, Expression

FROM (ooxml, embedded labels, table is Feuil1);

and  héave this table
Capture.PNG

i want use the olumn expression with expression  table

souadouert
Specialist
Specialist
Author

thank you youssef i will try this solution

souadouert
Specialist
Specialist
Author

THANK YOU YOUSEEF

YoussefBelloum
Champion
Champion

you're welcome. good luck