rdal Posted September 18, 2009 Posted September 18, 2009 Hello, I am creating a letter as a layout. Ant inside the letter, I need to print a global variable which was previously computed in a script. I tried using the Merge Field but it only ended up printing the <<$$variablename>> during Browse mode. How should I do it? Thanks in advance
bcooney Posted September 18, 2009 Posted September 18, 2009 You can't use $$vars that way. You can create a calc field that uses the $$var and put that on the layout.
rdal Posted September 18, 2009 Author Posted September 18, 2009 Thanks for the quick reply. But my problem is, I get my data from an Internet site and is in MySQL. If I create calculation fields, will that affect the table structure in MySQL?
bruceR Posted September 18, 2009 Posted September 18, 2009 You can't use $$vars that way. You can create a calc field that uses the $$var and put that on the layout. You can also display a $$variable in a web viewer: Supersimple example for web viewer calc: "data:text/html," & $$variable
comment Posted September 18, 2009 Posted September 18, 2009 I need to print a global variable which was previously computed in a script. You could also have the script put the computed value in a global field.
Newbies AntMc Posted March 10, 2010 Newbies Posted March 10, 2010 This doesn't work. I set a varible in a script that displays the report, but no value shown.
Recommended Posts
This topic is 5442 days old. Please don't post here. Open a new topic instead.
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now