Jump to content
Claris Engage 2025 - March 25-26 Austin Texas ×

email found set / multiple fields


innodes

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

Recommended Posts

Can I code in tabs and hard returns to "format" that data?

If so what would I use for the tab and return? I would assume it could be in the calculation, added with:

"field" & tab-something & "field" & return

or something like that?

thanks

Link to comment
Share on other sites

field1 & " " & field2 & ¶

You can actually insert a tab by typing in a tab while holding down Ctrl on a PC.

You can also set up a global field or variable to store the Ctrl-Tab so you can just refer to the global or variable if you use it over and over again.

field1 & gTab & field2 & gTab & field3 & ¶

Link to comment
Share on other sites

  • 5 months later...

Thanks for the help. I was pulled off of this shortly after your answer, but it is now back on line.

2 questions,

1:

What is the best way to view a variable in a layout? I placed it in a text within a merge field, but didn't work.

2:

I have the variable built, but how do I "stack" the data? This is what I tried. It seems to be overwriting not adding.

the variable is $mfgrel_list

the line in the loop is:

set variable [$mfgrel_list; value:$mfgrel_list & ¶

The hope was that it would append the data by grabbing the existing variable data first, then adding the current record data to it.

thanks

Link to comment
Share on other sites

Since this is 5 months old I cleaned up the question a bit and started a new post. I hope that is not a problem. It is at:

http://fmforums.com/forum/showtopic.php?fid/36/tid/208001/pid/329932/post/last/#LAST

Link to comment
Share on other sites

This topic is 5601 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.