From 6bbc5cb6e326dc3c0d0080efbd76defaa85edadf Mon Sep 17 00:00:00 2001 From: dfinke Date: Mon, 12 Sep 2016 16:07:33 -0400 Subject: [PATCH] Enabled ContainsBlanks for conditional text --- New-ConditionalText.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/New-ConditionalText.ps1 b/New-ConditionalText.ps1 index da0bd0c..34666d2 100644 --- a/New-ConditionalText.ps1 +++ b/New-ConditionalText.ps1 @@ -15,7 +15,7 @@ function New-ConditionalText { "Today","Tomorrow","Yesterday", "DuplicateValues", "AboveOrEqualAverage","BelowAverage","AboveAverage", - "Top", "TopPercent" + "Top", "TopPercent","ContainsBlanks" )] $ConditionalType="ContainsText" )