Count using partial string
Count using partial string
Hi I am looking for the Syntax to Count from a Data Column that contains, not equals, the word "Yes" . Is this possible
Re: Count using partial string
Hello,
Please try to use the CountIf functions in this case.
Thank you.
Please try to use the CountIf functions in this case.
Code: Select all
{CountIf(DataBand, DataSourceName.DataColumnName.Contains("Yes"))}