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

Data into and out of .cfr file...possible?

Explorer ,
Oct 24, 2015 Oct 24, 2015

Copy link to clipboard

Copied

I have a CF app which needs to process totals for property and items like that, then I need to send that to .cfr file

So how does regular CF communicate in an interactive mode with the report builder?

Kevin

Views

372

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

correct answers 1 Correct answer

Advocate , Oct 26, 2015 Oct 26, 2015

Yes, it is possible to pass values to the report from ColdFusion.

See the section Using input parameters to pass variables and other data at run time in the Report Builder help.

Cheers

Eddie

Votes

Translate

Translate
Advocate ,
Oct 26, 2015 Oct 26, 2015

Copy link to clipboard

Copied

Yes, it is possible to pass values to the report from ColdFusion.

See the section Using input parameters to pass variables and other data at run time in the Report Builder help.

Cheers

Eddie

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
Explorer ,
Oct 26, 2015 Oct 26, 2015

Copy link to clipboard

Copied

Thanks Eddie, "I strongly recommend creating a view in your database engine and then building your query in the Query Builder against that view."

I don't understand "create a view" in my DB file and build a query in that view via the builder?

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
Advocate ,
Oct 26, 2015 Oct 26, 2015

Copy link to clipboard

Copied

Kevin, your Query Builder question is in another thread. I will answer your follow-up question there rather than go off topic in this thread.

Cheers

Eddie

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
Explorer ,
Oct 26, 2015 Oct 26, 2015

Copy link to clipboard

Copied

LATEST

Thanks Eddie for clearing up what a "View" is.

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