Report Viewer in Visual Studio 2022 RDLC Filtering feature not Working properly - rdlc

I have a problem in my project
The showed value are wrong because some of the filter in group are not working.
But when I add the filter on the tablix it's working.
The Problem if I use the filter in the tablix that make other group in the same Tablix became wrong
What Should i do to fix it?
Thank you...

Related

Ag grid (v18.0.1) Filter/Sorting not working in Visual Studio (2017)

I have an angular application (Angular5) running in visual studio 2017. I used ag grid (v7.0.2) earlier but recently upgraded to v18.0.1 after which certain features such as column filter and sorting stopped working. I am able to set properties in grid options for my grid and values such as enableColResize, showToolPanel are working as expected but not enableFilter/enableSorting. I tried to enables these properties in columnDef as well on each column but in vain.
Having said that, I am able to forcefully sort columns (after grid is initialized) but once that's done its not allowing me to change sort order.
The order of creating this grid is initializing it first (providing gridoptions) and then providing data.
Any suggestion is more than welcome!!
It was css overlapping issue. Though i have imported new ag-grid.css at a separate path but in final mark up, my app was referring old css as well which was causing filter/sort visibility issue.

Unable to see KPI in Browser View Visual Studio SQL

i'm unable to see the kpi i defined in visual studio.
In form view the KPI is there and is correct (just constant numbers).
In Browser view I cannot see it...
I Expected to be able to see the kpi with its gauge in this tab.
Can someone please help me.
thank you

How do I keep the header (column names) visible while scrolling in an SSRS report USING SQL SERVER REPORT BUILDER 2014?

I have looked at many questions that have already been answered but none of them have helped me solve my problem. I believe its because most of them were using SQL Server 2008. I am using SQL Server Report Builder 2014 and would like to have my column names displayed while scrolling down a report. There are many columns in my report so this would be extremely helpful. I have tried setting FixedData equal to true under the static element for tablix properties but this does not change anything. When I go to my report the column names disappear (stay at the top) when I scroll down the page. Any help on this would be much appreciated.
I don't have 2014 installed right now Tommy, but I can confirm with RB 2016 that the tablix "Keep header visible while scrolling" still doesn't work but that the advanced property of "FixedData" does work. This is the behavior that I've experienced from 2008R2 all the way to 2016 so I would be surprised if 2014 was any different.

I upgraded a Visual Basic 6 project to Visual Basic 2008 project and got unknown errors

I've recently upgraded my project to Visual Basic 2008 and I'm getting the following errors which I cannot identify, I hope someone can help:
AxThreed.AxSSCommand is not defined
AxActiveInput.AxSSDropDownEdit is not defined
AxPVTEXT3DLib.AxPVText3D is not defined
Any idea what this is and how to fix it?
It looks these are references to 3rd Party ActiveX controls. ActiveThreed, Protoview Date Control, etc
You may need to Add/Re-Add the relevant control to your project. Right click on the toolbox so select the items to want to use. If you don't see them in the list to may need to register/re-register them on that machine
Have a look at this page for more info: http://msdn.microsoft.com/en-us/library/ms973200.aspx
Number 3 here seems to indicate how to fix the problem... I believe some of your controls are not loading.

expand all node in SQL Reporting Service?

Hi
By default when we try use grouping in reports, in output we had collapsed all node in view but this isn't good.
So after searching I found this solution: "use Toggle Item". but when I set value for this property my report crashed and in result I had no filed value in view.
which one is the solution? toggle Item or other way?
(if toggle item is solution post sample as answer)
In reportbuilder 3.0 you have to edit the group properties and change the visibility option to “Show” when the report is first run.
I don’t know exactly where it is on reportbuilder 2.0 but I would imagine this will put you on the right track