Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
abhi1693r
Contributor II
Contributor II

Get a single number displayed with a heading

I have to simply get one calculated field/expression in a box without any outlines or box, just a number. 

What object should I use ?

Example attached.

 

 

2 Solutions

Accepted Solutions
fkeuroglian
Partner - Master
Partner - Master

Hi

 

Text Box adding some format

  1. Font
  2. Size
  3. Color
  4. TEXT( Total: 12345) addint string to the numbers to concatenate values and string

Hope Help

Fernando

View solution in original post

fkeuroglian
Partner - Master
Partner - Master

Hi, only put the name of the variable that you previous calculate

for example put in the text object:

=variableName

 

 

View solution in original post

10 Replies
fkeuroglian
Partner - Master
Partner - Master

Hi

 

Text Box adding some format

  1. Font
  2. Size
  3. Color
  4. TEXT( Total: 12345) addint string to the numbers to concatenate values and string

Hope Help

Fernando

abhi1693r
Contributor II
Contributor II
Author

Hi Fernando,

 

Thanks for the reply.

I did not understand the 4th point. I actually have a variable I have defined that I need to display and not a random number.

fkeuroglian
Partner - Master
Partner - Master

Hi, example

='Total Value:' & $Variable

 

Hope helps

Fernando

abhi1693r
Contributor II
Contributor II
Author

What 'Action' should I select for the text box?

diego_a_barboza
Creator
Creator

You are not required to choose any action unless you are planning to add some interactivity to that object.

If you don't want to see any borders, then choose the background color as white > transparent 100% and don't select any border on the Layout tab.

abhi1693r
Contributor II
Contributor II
Author

okay, but how do I get a calculated value from an already defined variable or expression in that box?

fkeuroglian
Partner - Master
Partner - Master

Hi, only put the name of the variable that you previous calculate

for example put in the text object:

=variableName

 

 

abhi1693r
Contributor II
Contributor II
Author

One last query, if I create a variable, can I use it while creating another variable?
jimmygohhanjie
Contributor III
Contributor III

Yes, you can