Jump to content
Server Maintenance This Week. ×

Hard or Soft Return


kungx

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

Recommended Posts

How do I create a hard or soft return in my calculation?

 

I have two different fields in one calculation but I want them spaced out with a sharp return.

 

ex: data1field1 ¶ data1field2

 

¶ does not work as easily as I expected. The message says "An  Operator (e.g +,-,*,...) is expected here."

Link to comment
Share on other sites

ex: data1field1 ¶ data1field2

 

¶ does not work as easily as I expected. The message says "An  Operator (e.g +,-,*,...) is expected here."

 

 

It needs to be:

data1field1 & ¶ & data1field2

The & concatenate operator is the one that's expected.

 

 

 

put the pilchrow in quotes i.e "¶"

 

A single ¶ does NOT need to be quoted.

  • Like 1
Link to comment
Share on other sites

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