Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Coming Christmas inspired me to create a Christmas Tree in Qlik Sense.
You can have one like that in any of your applications.
The recipe is pretty simple:
SET xSize=51; //Play with the value to get required tree density For i.Y=1 to $(xSize); For i.X=1+$(i.Y) to $(xSize)-$(i.Y); Tree: LOAD 1 AS Value, $(i.Y) AS Y, $(i.X) AS X, RowNo() AS RowId AutoGenerate (1); Next i.X Next i.Y [Scroll]: LOAD * Inline [ Scroll 1 2 ];
IF(X=Median(TOTAL X) and Y=Max(TOTAL Y), '#ffd900', IF(Column(3)>0.9,lightred(),green(200)))
5. Add an Animator extension from the Qlik Dashboard bundle (from Sep 2020) to make it flickering.
Use Scroll as Dimension.
Press Play button and enjoy!
Merry Christmas and Happy New Year
Originally posted here
Hi Sergey_Makushynski,
That's very awesome and great to show the holiday spirit! Hope everyone had Happy Holidays and a great New Year!
Thanks,
David
Hi Sergey_Makushynski,
That's very awesome and great to show the holiday spirit! Hope everyone had Happy Holidays and a great New Year!
Thanks,
David
Thanks David 🙂
Have a great New Year!