Select to view content in your preferred language

Show total result on Search Widget Fixed Datagrid

745
2
Jump to solution
01-30-2014 10:50 AM
MayJeff
Deactivated User
How to add total result # on Search Widget Fixed Datagrid?
I add this line almost at the end on SearchWidgetFixedDG.mxml.

<s:Label id="resultSummary" height="15" fontWeight="bold" fontStyle="italic" textAlign="center" color="#ffffff" left="0" top="0"/>

Thank you.
Tags (2)
0 Kudos
1 Solution

Accepted Solutions
RobertScheitlin__GISP
MVP Emeritus
May Jeff,

   Not sure what you are after here but the here is an exert straight for the eSearch Widget XML configuration pdf
The sum attribute is a true or false attribute that can be added to a numeric field that is set to be shown in the data grid that will sum
all the entries for this field and post this result in the data grid. The sumlabel attribute is the text label that will appear in front of the sum total on the data grid.
I think what you are wanting is already built in. But if that is not it then you need to give a lot more details then one line of code that you have tried.

View solution in original post

0 Kudos
2 Replies
RobertScheitlin__GISP
MVP Emeritus
May Jeff,

   Not sure what you are after here but the here is an exert straight for the eSearch Widget XML configuration pdf
The sum attribute is a true or false attribute that can be added to a numeric field that is set to be shown in the data grid that will sum
all the entries for this field and post this result in the data grid. The sumlabel attribute is the text label that will appear in front of the sum total on the data grid.
I think what you are wanting is already built in. But if that is not it then you need to give a lot more details then one line of code that you have tried.
0 Kudos
MayJeff
Deactivated User
I just download your latest version and saw your new code there.
Thank you.
0 Kudos