creating a formula in shapestudio

R

Roelof

I want to make a formula that multiplies customvalue x from custombox y with
value z. The result should be printed in/on the shape and in a report.

How can this be done?
 
D

David Parker [Visio MVP]

User.MyResult or Prop.MyResult formula:

=Prop.PropX * Prop.PropY

You can have your text show the resultin your cell by using Insert / Field
Reports can list either User or Prop cells.
 
R

Roelof

Ok, this works! Thanks!


David Parker said:
User.MyResult or Prop.MyResult formula:

=Prop.PropX * Prop.PropY

You can have your text show the resultin your cell by using Insert / Field
Reports can list either User or Prop cells.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top