Apply format to the title on the menu?

Is there any chance to format that number? or formatting is exclusively on columns?

That 3 is the pending documents to read depending on the user that's in the app, so i want it to make that red and bold

IMG_3237.jpg

Solved Solved
0 3 134
1 ACCEPTED SOLUTION

3 REPLIES 3

Not possible.

Se o nรบmero estiver em uma coluna separada vocรช pode formatar a cor, tamanho etc.

This is the formula working for the number of pends, it works whether it's in a VC or in Display name for the view.

IF(

(COUNT(Notificaciones[UUID])

-

Count(SELECT(Notificaciones[Visto Por], Contains([Visto Por],LOOKUP(USEREMAIL(),resumen, email, nombre)))))

=

0,

"Notificaciones",

CONCATENATE((COUNT(Notificaciones[UUID])

-

Count(SELECT(Notificaciones[Visto Por], Contains([Visto Por],LOOKUP(USEREMAIL(),resumen, email, nombre))))), " - ","Notificaciones", ))

 

I tested this formula in a VC to be able to apply the next formating condition:

Number(LEFT([Prueba notificacion nรบmero], 1)) <> 0

And it all works..

 

When i put this formula on the display name for the view:

ANY(SELECT(Notificaciones[Prueba notificacion nรบmero], true))

 

it does not pull the format applied

 

so, yeah...

as @Marc_Dillon said, not possible ๐Ÿ˜ž sadly

 

Edit: oh yes, i changed the number to be on the left and not on the right, so the picture i shared its not as it is now, also the name

Top Labels in this Space