Forum Discussion

gdave's avatar
gdave
Regular Contributor
6 years ago
Solved

Percentage Of

Hi all   In my SUT, the screen I am working on has two fields 1) Fund Value & 2) Tax Free Cash Limit   Now, the value in field 2 (tax free cash limit) is 25% of the value in field 1 (fund val...
  • tristaanogre's avatar
    tristaanogre
    6 years ago

    That was implied... the code expression can use the Alias mapping of your object including the property name.  So, where I have <value of field1> You could have

     

    Aliases.MyApp.MyForm.Field1.wText

     

    And this will then pull in the property value.