Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi, is there a way to convert / view this in Qlik Sense please
Hi,
yes,
you could use e.g. the same load script, variables and chart expression I used in QlikView as well:
tabX:
LOAD -5+(IterNo()-1)*0.1 as x
AutoGenerate 1
While -5+(IterNo()-1)*0.1 <= 5;
=vL/(1+exp(-vk*(x-vx0)))
hope this helps
Marco
Hi,
yes,
you could use e.g. the same load script, variables and chart expression I used in QlikView as well:
tabX:
LOAD -5+(IterNo()-1)*0.1 as x
AutoGenerate 1
While -5+(IterNo()-1)*0.1 <= 5;
=vL/(1+exp(-vk*(x-vx0)))
hope this helps
Marco