How to show values bigger than 0 for multiple columns?

0
Hello! I have data which shows amounts of cars, tax, sales amount. I want to create a dynamic dashboard for each car to show the data if values bigger than 0. Car  TotalAmount    TaxAmount        SalesAmount A           100                   10                               0 B           20                      0                               30 C           20                      0                               30 A           100                   10                               0 B           30                      0                               20
asked
2 answers
0

This is a very basic scenario to implement. Describing each step to implement a full application will be quite difficult here.
 If you are completely new to Mendix, you should follow some beginner learning paths in the Mendix Academy. After that you will be able to implement the application you have described above

After going through initial tutorials, if you are stuck any where then you may post a specific query on the forum
 

answered
0

Hi Nurhak,

 

there are many options here, this one will work across all.

from your entity settings use from the access rules, define a new rule, select all your user roles then use the xpath to constraint the date to >0

 

Regards,

answered