• Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
    Dedicated community for Japanese speakers
  • 한국 커뮤니티
    Dedicated community for Korean speakers
Exit
0

Creating a training grid

New Here ,
Sep 13, 2006 Sep 13, 2006

Copy link to clipboard

Copied

I have a table that houses training information, essentially date, training time, and training event. I am trying to create a cfgrid that will transpose it into a grid with training time as the vertical axis and date as the horizontal axis, with the appropriate training event inside the grid, like this:

9/15 9/16 9/17 9/18 ...
0600-1000 Group A Tng X Group A Tng Y Group A Tng Z Group A Final Exam ...
1000-1400 Group B Tng A Group B Tng B Group B Tng C Group C Tng A ...
.
.
.

It's essentially a pivot table grouped on training time and date, but I cannot seem to get it to work in CF MX7. Any ideas?

Thanks for your help!

Lars
TOPICS
Advanced techniques

Views

364

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Engaged ,
Sep 13, 2006 Sep 13, 2006

Copy link to clipboard

Copied

LATEST
i do not think cfgrid allows you to create a 'pivot table'... you can check out the following tutorial:
http://labs.redbd.net/blog/index.cfm/2006/9/4/Build-a-Pivot-Table-in-ColdFusion-in-four-easy-steps

or this custom tag (free opensource):
http://labs.redbd.net/blog/index.cfm/2006/8/8/Open-Source-Datagrid

Azadi

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Resources
Documentation