Forum Discussion

suresh_klarna's avatar
suresh_klarna
New Contributor II
5 days ago
Solved

Total for a column in Grid view

Hi, We are having a grid view to display data through data adapter. How to display totals for a column at the bottom of the grid view? is there property to display total? like below IsFil...
  • sameburn's avatar
    5 days ago

    Hi suresh_klarna​ 

    There is no property in the Grid View component for this.

    However, you can use a label discreetly positioned underneath it to achieve the same.

    1. Create a Data Adapter that gives you the Total that you desire e.g.

    2. Create a Label component and Add the Data Adapter to it and then configure something like below

    3. This will render in your Dashboard like this (see Text property above).

    So you achieve the same effect, with a little creativity...

    Hope this helps

    Sam