core.noscript.text
how to use the filter tool to check if all the values in the column are in upper caseexample- ABCAcdcf
xyz
ref
earth
TEST
i want to apply filter and T anchor should show - TEST and ABC while F contains rest of the values.
Solved! Go to Solution.
Sorry - I am outside, can't help much. @binuacs can you help @Raj ?
@Raj
REGEX_Match([F1], "^(?:[A-Z][^\s]*\s?)+$",0)