#9 Using repeat() and Emojis in Qlik Sense

I'm still playing with Emojis ♀️♂️ and gender analysis using Text box and Repeat()

I often use Text Box to deliver information in a beautiful way or as a legend

Do you like or already use Text Box this way in your apps ?

❓ How To ❓

Use 2 measures for emojis :
Repeat('♀️',$(=round(sum({$<Gender={'Female'}>}EmployeeCount)/sum(EmployeeCount)*10,1)))

Repeat('♀️',$(=round(sum({$<Gender={'Male'}>}EmployeeCount)/sum(EmployeeCount)*10,1)))

And 2 others for the percentage number :
num(sum({$<Gender={'Female'}>}EmployeeCount)/sum(EmployeeCount),'0%')

num(sum({$<Gender={'Male'}>}EmployeeCount)/sum(EmployeeCount),'0%')

Do some text shaping and Voilà !

Download QVF

DQC9.gif