Creating reports and dashboards | Stimulsoft community forum
Reporting tool and data analytics tools for creating reports and dashboards in ASP.NET, ASP.NET MVC, .NET Core, Blazor, Angular, PHP, Python, WPF, JavaScript, and Java applications.
DataBand2 information is filtered
Code:
public void DataBand2__GetFilter(object sender, Stimulsoft.Report.Events.StiFilterEventArgs e)
{
e.Value = (this.ToString(this.data.name).ToLower().IndexOf(this.ToString("so29").ToLower()) != -1);
}
and
I just would like to apply condition (DataBand2.CountData > 0)
Your post Attachment thirteenth taking conditional
Code:
Totals.Sum(Categories,Categories.CategoryID<3?1:0) == 2
but I have only two string fields in Databand2
fields that only the character and not sign or number, etc.
Please post your thirteenth such conditions put on the string fields to act
Sorry your report (07.xml) have incorrect structure. HeaderBand2 is header of DataBand2. Visibility of this header band can't depend from details of DataBand2, because DataBand2 can have more then one row.