Products

Solutions

Resources

Partners

Community

Blog

About

QA

Ideas Test

New Community Website

Ordinarily, you'd be at the right spot, but we've recently launched a brand new community website... For the community, by the community.

Yay... Take Me to the Community!

Welcome to the DNN Community Forums, your preferred source of online community support for all things related to DNN.
In order to participate you must be a registered DNNizen

HomeHomeDNN Open Source...DNN Open Source...Module ForumsModule ForumsForm and ListForm and ListTotal Quantity of Records, Total Quantity of A ColumnTotal Quantity of Records, Total Quantity of A Column
Previous
 
Next
New Post
5/26/2010 11:53 AM
 
I'm sure someone has probably already asked this...but i can't find it in the forum. I need a spot  above the paging that tell the quantity of records returned after a user uses the search box for specific records. (If they didn't use the search box, it would just tell the total quantity of records.)

Moreover, I have a calculated column with a a money total. I need the total of that column at the bottom too, right above the paging also.

Thank you, you all have been so great with your help with everyone!
 
New Post
5/29/2010 11:33 AM
 
For others who might need the same, here is my contribution:

For total quantity of records:

<xsl:param name="maxRecordTotals" select="count(udt:Data)" />

<table class="RecordTotals" bordercolor="Black" border="0" style="border-color:Black; border-width:0px; border-style:Solid; width:100%; ">
        <tr>
          <td class="Normal" align="Left">
          The Total Quantity of Records Selcted Are: <xsl:value-of select="$maxRecordTotals" /></td>
        </tr>

All items must be properly placed. Quantity auto updates when records are filtered.
 
New Post
5/31/2010 12:43 AM
 
Total Quantity of a Column:

Several rows

A, B, and C = Grand Total

to put a Grand Total of all of the grand total of all the rows at the bottom of the page for the column: (everything in their respective locations)

<xsl:param name="GrandTotal" select="sum(//udt:GrandTotal)" />

<td align="Left">
            <FONT FACE="Tahoma" size="4" color="red">
          Grand Total: <xsl:value-of select="format-number($GrandTotal, '$ ###,###,###.##')" disable-output-escaping="yes" /></FONT>
          </td>

Its dynamic, is you search for a group of records, it changes with that group.
 
Previous
 
Next
HomeHomeDNN Open Source...DNN Open Source...Module ForumsModule ForumsForm and ListForm and ListTotal Quantity of Records, Total Quantity of A ColumnTotal Quantity of Records, Total Quantity of A Column


These Forums are dedicated to discussion of DNN Platform and Evoq Solutions.

For the benefit of the community and to protect the integrity of the ecosystem, please observe the following posting guidelines:

  1. No Advertising. This includes promotion of commercial and non-commercial products or services which are not directly related to DNN.
  2. No vendor trolling / poaching. If someone posts about a vendor issue, allow the vendor or other customers to respond. Any post that looks like trolling / poaching will be removed.
  3. Discussion or promotion of DNN Platform product releases under a different brand name are strictly prohibited.
  4. No Flaming or Trolling.
  5. No Profanity, Racism, or Prejudice.
  6. Site Moderators have the final word on approving / removing a thread or post or comment.
  7. English language posting only, please.
What is Liquid Content?
Find Out
What is Liquid Content?
Find Out
What is Liquid Content?
Find Out