Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hello,
In my KPI label i've ='Text ' & text(num($(percentValue), '0,0%')). Now i want to Make 'Text' word bigger and the percentage value smaller now i have:
and I want something like this:
i tried to inspect css classes to define something in sheet css but its like one object so i think it its impossible to custom format those both elements:
Only option is to make own custom qlik object? Ultimately this kind of objects will be showing in mobile view, so i can't create layout box and make some custom placements.
Btw I heard that creating own custom objects, extensions etc is strongly not recommended because qlik cloud often updates so those non-default objects can stop work. But I was wondering,, how easy css elements can don't work? (with basic css properties)
Hi @Woojtek_96 , You can enhance the KPI object by adding both customer text and calculated measures using text and image elements.
Make sure to apply bold formatting and set individual font sizes to maintain consistent styling as per the shared format you want.
You can also you two objects in layout container to get desired result.
I suggest button and KPI as they both have dynamic font size depends on resultion and zoom in your browser.