Hi Javier ;
I wanted to know is there a way that i can specify that the total should be displayed at the bottom of a column on my collection or list display without the user having to click on the symbol to display the total? and also can i prevent it from beeing displayed on some other fields? so far i have used columnName+ but the user still have to click on the symbol to display the total as you can see on the attached picture .
regards
have used columnName+ but the user still have to click on the symbol to display the total
That is because that total was removed in some point by the user, so the user preferences take priority over the developer preference. If you remove .openxava folder, the + in your property should show the total.
can i prevent it from beeing displayed on some other fields?
Add to xava.properties the next entry:
summationInList=false
Help others in this forum as I help you.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi Javier ;
I wanted to know is there a way that i can specify that the total should be displayed at the bottom of a column on my collection or list display without the user having to click on the symbol to display the total? and also can i prevent it from beeing displayed on some other fields? so far i have used columnName+ but the user still have to click on the symbol to display the total as you can see on the attached picture .
regards
Hi Kabongo:
That is because that total was removed in some point by the user, so the user preferences take priority over the developer preference. If you remove .openxava folder, the + in your property should show the total.
Add to xava.properties the next entry:
Help others in this forum as I help you.
thank you Javier