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

Announcements
Want to see what's currently in public preview? We've pulled it all together in one place. Check it out here
cancel
Showing results for 
Search instead for 
Did you mean: 
simotrab
Creator III
Creator III

Sense Sigma Chart

Good morning,

I'm trying to use this fantastic extension:

Sense Sigma Chart

But I have some problem. Those are my datas:

load*inline

[source,target,weight

'a','b',1

'b','c',1

'c','a',1];

As you can easily see, the results should be a triangle abc, but this is my result:

falsetriangle.PNG

So I've tried another dataset:

load*inline

[source,target,weight

'a','b',1

'b','c',1

];

The results should be a two consecutive segments (ab consecutive bc) but the result is an "impossible rendering":

renderingfail.PNG

and also these datas:

load*inline

[source,target,weight

'a','b',1

'c','d',1

'd','a',1

];

Give the same results.

My question is: which is the logic behind this extension? Why the triangle is not set and also the other net?

Thanks

1 Reply
robert_mika
MVP
MVP

There is a message on the forum about this issue:

Sense Sigma Chart