Hi All,
I need to create a project level calculated field to display a text message, if the data range falls within a certain range ie between 50-100% display text "Yes" if less than 50% display text "No". I also need to apply an 'IF' filter in the field that makes sure the field is only working on projects with the project statuses of In Progress or Complete.
Topics help categorize Community content and increase your ability to discover relevant content.
Views
Replies
Total Likes
this is my current basic code that isn't working to display the text field I want: IF({sourceField} >= 50 AND {sourceField} <= 100, "Yes", "No")
Views
Replies
Total Likes
Here's my updated code that works:
Views
Replies
Total Likes
Hi there, try this (may have to tweak the parenths):
Views
Replies
Total Likes