Skip to main content
Inspiring
May 18, 2013
Question

CFSET and CFOUTPUT

  • May 18, 2013
  • 1 reply
  • 483 views

I use CFQUERY to run a query in my cfr file which created by Report Builder.

I tried to use CFSET and CFOUTPUT to assign a label caption from CFQUERY.

It seems does not work,

Can any on advise me how to set a label caption from a query data source?

Your help and information is great appreciated,

Regards,

Souris,

    This topic has been closed for replies.

    1 reply

    iccsiAuthor
    Inspiring
    May 20, 2013

    CFSET and CFOUTPUT are ColdFusion Server side tag, it should use javascript for client side controls, if Report Builder support javascript then it should be able to modify caption of the label,

    Regards,

    Iccsi