dbTalk Databases Forums  

Reports Builder 9i change boilerplate text dynamically?

comp.databases.oracle.tools comp.databases.oracle.tools


Discuss Reports Builder 9i change boilerplate text dynamically? in the comp.databases.oracle.tools forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
Ladislav Ligart
 
Posts: n/a

Default Reports Builder 9i change boilerplate text dynamically? - 05-28-2004 , 10:32 AM






Can the text of a boilerplate (text) object be changed dynamically at
runtime? Say, in the Format Trigger?

Reply With Quote
  #2  
Old   
Jan Gelbrich
 
Posts: n/a

Default Re: Reports Builder 9i change boilerplate text dynamically? - 06-04-2004 , 07:19 AM






"Ladislav Ligart" <ligart (AT) yahoo (DOT) com> schrieb im Newsbeitrag
news:ed51c2ec.0405280732.4ab0864e (AT) posting (DOT) google.com...
Quote:
Can the text of a boilerplate (text) object be changed dynamically at
runtime? Say, in the Format Trigger?
A Format trigger only says "show it" or "hide it"
due to some conditions.

Dynamic Texts in Boilerplates are AFAIK only
possible using something like this:

BP text:
"The candidate &name won 100 points"

And &name is replaced at runtime with :name from the report query

SELECT
...
name,
...
FROM winners;

Or it can also be a column placeholder :CP_Name or a column formula
:CF_name.

"The candidate &CP_name won 100 points"
"The candidate &CF_name won 100 points"

One problem remains in the layout, when the text formattings change
with the length of the :name.

hth,
Jan






Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.3
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.