Jump to content

Putting Variables on a Layout


This topic is 5442 days old. Please don't post here. Open a new topic instead.

Recommended Posts

Posted

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

Posted

You can't use $$vars that way.

You can create a calc field that uses the $$var and put that on the layout.

Posted

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?

Posted

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

  • 5 months later...

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.