Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

How Would you solve the following Expression

I need to use set analysis f the following

 

FirstSortedValue

({<$(vTest1)={'<$(vTargetPercent)'}>}Value,Value)

 

Where

$(vTest1) is an equation not a field that meets the following equation

1 Solution

Accepted Solutions
Not applicable
Author

 

=

FirstSortedValue({<Name={'=$(vTest1) < $(vTargetPercent)'}>}Value,-Value

)

View solution in original post

1 Reply
Not applicable
Author

 

=

FirstSortedValue({<Name={'=$(vTest1) < $(vTargetPercent)'}>}Value,-Value

)