View Full Version : Reports Builder 9i change boilerplate text dynamically?
Ladislav Ligart
05-28-2004, 07:32 AM
Can the text of a boilerplate (text) object be changed dynamically at
runtime? Say, in the Format Trigger?
Jan Gelbrich
06-04-2004, 04:19 AM
"Ladislav Ligart" <ligart@yahoo.com> schrieb im Newsbeitrag
news:ed51c2ec.0405280732.4ab0864e@posting.google.com... 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
MyLounge.com Site Map
Forum:
Cars,
Cell Phone,
Database,
Games,
Home Improvement,
IT,
Music,
School,
Sports,
Web Design,
Web Server,
Weight Loss
The MyLounge.com forum is intended for informational use only and should not
be relied upon and is not a substitute for any advice. The information contained
on MyLounge.com are opinions and suggestions of members and is not a representation
of the opinions of MyLounge.com. MyLounge.com does not warrant or vouch for
the accuracy, completeness or usefulness of any postings or the qualifications
of any person responding. Please consult a expert or seek the services of an
attorney in your area for more accuracy on your specific situation. Please note
that our forums also serve as mirrors to Usenet newsgroups. Many posts you see
on our forums are made by newsgroup users who may not be members of MyLounge.com
Term of Service
vBulletin v3.0.7, Copyright ©2000-2009, Jelsoft Enterprises Ltd.