Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
I want to create a funnel chart in order to preset a process and how each stage decreased and contain a subset of the previous stage.
I have this data structure, divided to separate columns:
Visit page | download free app | use the app | buy premium |
100 | 80 | 60 | 20 |
how to create something like this example?
Thanks,
Eli.
HI
Visit page | download free app | use the app | buy premium |
100 | 80 | 60 | 20 |
Make this separate column into one column by using "CrossTable" concept and try it.
Hope it helps