Set Analysis - how to make calculation based on on the value of one field
Hi all,
For a user story I need to measure if TaksX for the project has been completed on time or not. Currently it looks like below in set analysis. Only we have a new condition now where it should always check the BaselineDate and Delta for BaselineSource A first, when that source is available for project TaskX. If not then it should use the date and delta from source B for the calculation. How can i do that in an easy way?
without knowing more details, i would say create a new field in your script where you check for those conditions. that way you dont create nested if statements in your expressions.