Vizlib Table v3.20.0 released!
Release Date: 01/08/22
- [LIB-11174]: Colours In Mini Chart Pie Charts Incorrect
Consistent colouring is now available with the VIzlib Table. For the Pie Chart, select the option that Suppresses Auto Sorting in the property panel (Fig 1).
This only works for numeric value Dimensions (Fig 2)
Figure 1 - Suppressed auto sorting in property panel for Pie Chart
Figure 2 - Example of Numeric Dimensions (1 2 3 & 3 2 1) being ordered by Dimension order correctly using Suppresses Auto Sorting in the property panel
Example Inline date to use:
Data: LOAD Dimension, Group, Value INLINE [ Dimension,Group,Value 1 2 3,1,60 1 2 3,2,30 1 2 3,3,10 3 2 1,1,10 3 2 1,2,30 3 2 1,3,60 ];
- [LIB-11164]: Support Formatted Export to XLSX on the Cloud
You can now export to .xlsx files from Qlik Cloud (SaaS)
- [LIB-11326]: Formatted Excel export - disabled columns shifts column alignments of subsequent cells
If a column is not displayed due to a calculation condition, the column alignments of the subsequent columns are displayed incorrectly.