Loading...

RE: QlistView-Custom Column

RE: QlistView-Custom Column

#6224
Anonymous
Anonymous
Participant

The "calculated value" feature applies to each row (see our documentation for details qListView section Display Properties). You can't calculate totals in there. To calculate percentages you can use this feature and  add a bit of JavaScript code there (see the docs for sample code).