mongodb - Qlik Sense Drawing multi line graph -


i'm new qlik sense. i've data mongodb , trying visualize data using qlik sense.

data:

name    time                 value sig0    1434443400061   0.78535046693984389 sig0    1434365571861   0.47410865876843988 sig0    1434367800061   0.52816115795111507 sig1    1434443400062   0.54981022370331589 sig1    1434365571862   0.48053196850949664 sig1    1434367800062   0.28258334531262386 

how draw multi line graph?

x axis - time y axis - line 1 - sig0 y axis - line 1 - sig1 

currenty, im connecting qv source mongdbconenctor load data.

any suggestions appriciated.

the simple bit of splitting data sig0 , sig1 done if statement in measure expression.

sum(if(name='sig0',value)) 

add measure

same sig1. draw graph. you'll have time normal date conversion yourself. enter image description here


Comments

Popular posts from this blog

python - No exponential form of the z-axis in matplotlib-3D-plots -

php - Best Light server (Linux + Web server + Database) for Raspberry Pi -

c# - "Newtonsoft.Json.JsonSerializationException unable to find constructor to use for types" error when deserializing class -