Add a counter on an icon or navigation menu button

0
Hello, I want to have something similar to this:     What work a round can I use? Please explain in a detailed manner   Thanks
asked
1 answers
0

Hi, 

 

Please take a look at these forum posts, as I believe they achieve something similar to what you intend:

https://community.mendix.com/link/space/app-development/questions/5177

https://community.mendix.com/link/space/app-development/questions/9377

 

In sum, it would be something like:

  • Entity with a counter (integer) attribute.
  • Dataview to fetch the counter's entity
  • Add an icon inside the dataview

iconMx.png

  • Show the counter attribute inside the dataview (either in a badge witget or in a container styled with CSS)
  • Use styling/CSS to position the Counter and/or Icon

 

Let me know if this helps.

answered