Count using partial string

Stimulsoft Reports.NET discussion
Post Reply
silkwood
Posts: 1
Joined: Mon Feb 16, 2015 12:36 am

Count using partial string

Post by silkwood »

Hi I am looking for the Syntax to Count from a Data Column that contains, not equals, the word "Yes" . Is this possible
Alex K.
Posts: 6488
Joined: Thu Jul 29, 2010 2:37 am

Re: Count using partial string

Post by Alex K. »

Hello,

Please try to use the CountIf functions in this case.

Code: Select all

{CountIf(DataBand, DataSourceName.DataColumnName.Contains("Yes"))}
Thank you.
Post Reply