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.
Hi,
In a text field of a GroupHeader I have to do a sum "Sum (GroupHeaderBand1, Commesse.qtafatt)" in "assign expression" of his condition but is not considered to be the property "Calc Invisible" of databand while the same property used in the SUM TEXT of a text field in the same GroupHeaderBand works perfectly.
Hi,
the designer has used the professional
are not in the office, the problem is quickly replicated. assign the expression of conditions does not consider the CALC INVISIBLE
Hi,
"assign expression" just wanted to make a simple example. I have to use the script "Sum (GroupHeaderBand1, Commesse.qtafatt)" in the conditions to display an image. unfortunately I need the expression
The problem is in time of checking condition expression. It's before rendering of the next Group Header. So the Sum() counts sum from the previous Group.
You could try to use Double Pass. At first pass save Sum and at the second pass to disable components.