Skip to main content
Announcements
Introducing Qlik Answers: A plug-and-play, Generative AI powered RAG solution. READ ALL ABOUT IT!
cancel
Showing results for 
Search instead for 
Did you mean: 
SimonDB
Contributor III
Contributor III

Re: Logistic curve

Hi, is there a way to convert / view this in Qlik Sense please

1 Solution

Accepted Solutions
MarcoWedel

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)))

 

MarcoWedel_0-1643220739082.png

hope this helps

Marco

View solution in original post

2 Replies
MarcoWedel

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)))

 

MarcoWedel_0-1643220739082.png

hope this helps

Marco