gdave
7 years agoRegular Contributor
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 value).
Can anyone please advise how do I validate through property checkpoint or any other means that value in field 2 is 25% of value in field 1. Your help is much appreciated.
Thanks
Gary
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.