HOME | FERGUSON Digital Blog

Using MOD 4 With CFOUTPUT

ColdFusion Add comments

Here is an example of how you can use MOD (Modulo) with CFOUTPUT to build a table to display four pairs of repeating data from a query structure. Using this method will build the table with the information ITEM and TOTAL repeating four times across each row. In the event that the total number of records in the query are not divisible by four, the table cells will end early.

<table border="0" cellpadding="0" cellspacing="0">
   <tr>
      <th>ITEM</th>
      <th>TOTAL</th>
   </tr>
   <cfoutput query="GetInfo">
      <cfif GetInfo.CurrentRow MOD 4 EQ 1 OR GetInfo.CurrentRow EQ 1><tr></cfif>
         <td width="20%">#GetInfo.Item#</td>
         <td width="5%">#GetInfo.Total#</td>
      <cfif GetInfo.CurrentRow MOD 4 EQ 0 OR GetInfo.RecordCount></tr></cfif>
   </cfoutput>
</table>

This example may need to be tweaked for your purpose but it may help you avoid developing an unnecessarily complicated solution for a simple data display puzzle. Using MOD works because when the CurrentRow is divided by 4 evaluates as 0 when progressing through the query. First time through the loop the CurrentRow is 1 which is not divisible by 4 so it progresses to the next CurrentRow. This keeps going until it reaches a CurrentRow that is divisible by 4 then ends the row and starts a new one.

If you find this post useful please leave a comment and let me know how you used the information.

14 responses to “Using MOD 4 With CFOUTPUT”

  1. Michael Zock on Thanks for sharing. This should help people to better understand the practical uses of modulo operations.

    The recordCount check in the lower <cfif/> should be a separate check (along the lines of "GetInfo.RecordCount MOD 4") after the loop has finished. The way it's worded right now the second part of the if clause would fire during every loop iteration.
  2. Michael Ferguson on Michael Zock,

    After reading your response, I realized my example contained a error that needs correcting to make it more accurately represent the intent of the article. I'm guilty of posting before proofreading on this one!

    Michael Ferguson
  3. Cheap Christian Louboutin on Thanks for your sharing,very useful for me,thanks.
  4. monsterheadphones on [url=http://www.salescheapbeatsbydre.com/][b]cheap beats by dre[/b][/url] This is the interpretation of the article is very good, [url=http://www.salescheapbeatsbydre.com/][b]monster headphones[/b][/url] pass this article I read you can have different harvest, [url=http://www.salescheapbeatsbydre.com/beats-by-dre-dre-lady-gaga-headphones-c-1_23.html][b]Dre Lady Gaga Headphones[/b][/url] good article introduced to share the happiness, [url=http://www.salescheapbeatsbydre.com/beats-by-dre-dre-new-style-beats-by-dre-c-1_52.html][b]Dre New style Beats By Dre[/b][/url] come in and see not cost you too much time but can let you learn a lot[url=http://www.salescheapbeatsbydre.com/beats-by-dre-dre-beats-by-dre-black-c-1_12.html][b]Dre Beats By Dre black[/b][/url]
    http://www.salescheapbeatsbydre.com/
  5. monsterheadphones on <p><a name="OLE_LINK1"></a><a href="http://www.monsterbeatsbydre-shop.com/"><strong>monster headphones</strong> </a> this is a pattern of <a href="http://www.monsterbeatsbydre-shop.com/"><strong>beats by dre</strong> </a>, design a lot <a href="http://www.monsterbeatsbydre-shop.com/beats-dre-butterfly-c-44.html"><strong>beats dre butterfly</strong> </a>, if has the need to come in the form of reference you need design <a href="http://www.monsterbeatsbydre-shop.com/beats-dre-studio-c-46.html"><strong>beats dre studio</strong> </a>, on this article in general is very good hope everybody many comments <a href="http://www.monsterbeatsbydre-shop.com/dre-beats-studio-gold-monster-headphones-p-86.html"><strong>Dre Beats Studio (Gold) Monster Headphones</strong> </a> </p>
    http://www.monsterbeatsbydre-shop.com
  6. northfaceoutle on <a href="http://www.northfacehonsale.org"><strong>north face outlet</strong></a> read this article after, <a href="http://www.northfacehonsale.org"><strong>cheap north face</strong> </a> have a lot of new things is our reality didn't learn <a href="http://www.northfacehonsale.org"><strong>north face shop</strong></a>, the article is well written, <a href="http://www.northfacehonsale.org/index.php?main_page=index&cPath=70"><strong>Mens North Face Apex Bionic</strong></a> key points, concise content <a href="http://www.northfacehonsale.org/index.php?main_page=index&cPath=77"><strong>Womens North Face Apex Bionic</strong> </a>
    http://www.northfacehonsale.org/
  7. discountnorthface on north face outlet read this article after, cheap north face have a lot of new things is our reality didn't learn north face shop, the article is well written, Mens North Face Apex Bionic key points, concise content Womens North Face Apex Bionic .
    http://www.northfacehonsale.org/
  8. Asics Onitsuka Tiger on I agree with you.
  9. hello kitty hats on hello kitty hats
  10. hello kitty snapback hats on hello kitty snapback hats
  11. moncler women coats on moncler women coats
  12. wholesale beads China on Good luck 2012
  13. Retro Jordan Shoes on Ultimately, though, there are 6 resultSets for the cfstoredprcoedure. Let's say I need to make a change to the output for the Resultset.
  14. Jordan Air Max on In thought I wish to put in writing like this additionally ?taking time and precise effort to make a very good article?but what can I say?

Leave a Reply




© Copyright 1997-2012, All Rights Reserved Coldfusion and MS SQL2008
Powered by Mango Blog.   Design by FERGUSON Digital
o:Event name="beforeHtmlBodyEnd" />