Register Login

Report Table

A Dot Net Nuke module that allows sorting and filtering report data. Simply specify a SQL statement (or stored procedure) to return the desired recordset and the end users will be able to refine the records via sorting and filtering.
This module is useful for:

  • Applying multiple sorts to a report recordset.
  • Applying multiple filters to a report recordset.
  • Optional paging functionality for large report recordsets.
  • Hide the first column and use it value by embedding the string [KEYFIELD] in another column's data. When the table is rendered [KEYFIELD] will be replaced by the contents of the hidden first column.
  • Table can render HTML formatted data or force plain text.
  • Report data can be exported to Excel while retaining the sorts and filters that were applied.

To sort a column: Click on the column heading to sort the column ascending (click again for descending).
To remove a sort: Scroll to the bottom of the page and click the name of the sorted column to remove.

To filter a column: Click on the report data to filter by that value.
To remove a filter: Scroll to the bottom of the page and click the name of the filtered column to remove.

To use the [KEYFIELD] replacement: Select to hide the first column in the module settings. Make sure that the first column of your recordset contains the key you want to substitute in  another column. In another column enter some data such as:
     <a href="http://www.yahoo.com/default.aspx?id=[KEYFIELD]">Click Me</a>

So if the first column contained a value of 87982 then the [KEYFIELD] tag would be replaced and the data would look like:
     <a href="http://www.yahoo.com/default.aspx?id=87982">Click Me</a>

Report Table (Demo #1)

Total Records: 5     Export to Excel
TitleLink NameURLPriceCostPublishedISBNLink Date
AnathemNeal StephensonBuy this book!6.88001.580011/30/2010N/A02/02/2011 12:00 AM
CryptonomiconNeal StephensonBuy this book!8.99002.990011/05/2002N/A06/01/2003 12:00 AM
Diamond AgeNeal StephensonBuy this book!20.58004.250005/03/2000N/A09/05/2001 12:00 AM
Reamde: A NovelNeal StephensonBuy this book!20.58004.250009/20/2011N/A08/20/2011 12:00 AM
Snow CrashNeal StephensonBuy this book!10.99003.750005/02/2000N/A09/06/2001 12:00 AM

Report Table (Demo #2)

Export to Excel    Total Records: 1,000    
CityStateZIPCountyArea Code
HoltsvilleNY00501Suffolk631
HoltsvilleNY00544Suffolk631
AdjuntasPR00601Adjuntas787
AguadaPR00602Aguada787
AguadillaPR00603Aguadilla787
AguadillaPR00604Aguadilla787
AguadillaPR00605Aguadilla787
MaricaoPR00606Maricao787
AnascoPR00610Anasco787
AngelesPR00611Utuado787
12345678910...
City Search Utility · Report Table
Terms Of Use  · Privacy Statement  · Copyright 2012 Jycos.com