I am working with an assignment report, which includes a column for Strategic Rank.
Strategic Rank is a manually entered number in a custom field on the project. The format of the field is "number."
I added Column Rules to control which strategic rank numbers are shown, and the formatting: Column Settings > Advanced Options > Add Column Rule
Please see the attached screenshot as an example.
I'm assuming I'll have to convert to text mode, but beyond that I'm not sure how to do this. Thanks in advance for any help that can be provided!
Solved! Go to Solution.
Topics help categorize Community content and increase your ability to discover relevant content.
Views
Replies
Total Likes
you could potentially just get away with doing something like this?
linkedname=direct
valueexpression=IF(CONTAINS(".",{DE:YourFieldNameHere}),"",{DE:YourFieldNameHere})
valueformat=customNumberAsString
(in other words, if the field name has a period in it, don't display it)
you could potentially just get away with doing something like this?
linkedname=direct
valueexpression=IF(CONTAINS(".",{DE:YourFieldNameHere}),"",{DE:YourFieldNameHere})
valueformat=customNumberAsString
(in other words, if the field name has a period in it, don't display it)
Views
Likes
Replies