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

output query

Guest
Feb 23, 2007 Feb 23, 2007

Copy link to clipboard

Copied

Hi i have a cfoutput query below which i need to display in report builder, but there is no option to add cfoutput querys how is this done?

<CFOUTPUT Query="query">Range_Name</CFOUTPUT>
TOPICS
Advanced techniques

Views

180

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
Participant ,
Feb 23, 2007 Feb 23, 2007

Copy link to clipboard

Copied

LATEST
Don't forget your #'s.

<cfoutput query="query">#Range_Name#</cfoutput>

- Mike

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