How to Return Values in a Text or Boiler Plate [message #543483] |
Wed, 15 February 2012 00:35 |
|
stalin4d
Messages: 226 Registered: May 2010 Location: Chennai, Tamil Nadu, Indi...
|
Senior Member |
|
|
Hi,
Well i like to display the Values in Boiler Plate/Text.
For Example, i have Report with Address Columns.
for Tin No: i have Hard coded as TIN: 34XXXXXX01 and
i like to change this hard coded item as TIN: 34XXXXXX02
so during Runtime if the input is changed the above item to be changed.
Inputs given in Report Parameter;
if the input is given as 81
TIN: 34XXXXXX01
if the input is given other than 81
it should print as TIN: 34XXXXXX02
How to give it in the Boiler plate.?
Pls Reply ASAP...
Regards,
Stalin
|
|
|
|
|
Re: How to Return Values in a Text or Boiler Plate [message #543553 is a reply to message #543552] |
Wed, 15 February 2012 03:38 |
cookiemonster
Messages: 13958 Registered: September 2008 Location: Rainy Manchester
|
Senior Member |
|
|
You wouldn't do that in a format trigger, you'd do that in a formula column.
Format triggers can only return true or false.
I suggest you create two boilerplate items. One with each value. Than add a format trigger to each that checks prd_code and returns true or false as appropriate.
|
|
|
|
|
Re: How to Return Values in a Text or Boiler Plate [message #543632 is a reply to message #543576] |
Thu, 16 February 2012 01:06 |
|
stalin4d
Messages: 226 Registered: May 2010 Location: Chennai, Tamil Nadu, Indi...
|
Senior Member |
|
|
yes littlefoot your way for proceedings also we can do,
but cookiemonsters method is little simple and quicker to do with out setting any parameters as you say.
so before his answer i used that option only.
Anyhow thanks for your replies...
Stanlee...
|
|
|