Hello all,
I have a report that will no longer run on my session. For the sake of clarity, this report is ID 50217. Our consultant can run 50217, but I get the following error:
Microsoft Dynamics NAV
Filter could not be applied. Could not apply filter ">02/01/13" to column no. "77233" because the field is missing or unavailable.
OK
I can copy the report to a new report ID 50218 and it executes as expected. I deleted 50217, replaced it with a completely different report using different tables and it ran. Then I restored my original report struture/logic as 50217 and still get the same error. I deleted my personalization records but that had no impact. I have tried to remove all references to the field the error mentions, but the error persists.
It seems like my windows client (NAV2013) is somehow holding onto request page filter or something since I am not using any date filter in my C/AL or in the properties.
Any thoughts as to how I can resolve this?
kind of fell into this...
0
Comments
It works
The use keeps getting an error about the filter when opening a page.
Removing data from *Personal" tables doesn't help.
So there must be a cache on the client or server which is not getting cleared.
With classic? or what version?
You can remove the SAVEVALUES data from the [Page Data Personalization] table
USE [<Your NAV Database>]
GO
DELETE FROM [dbo].[Page Data Personalization]
WHERE [Object Type] = 3 AND [Object ID] = 50217
GO
Then restart NAV Server to clean the cache.
Gunnar Gestsson
Microsoft Certified IT Professional
Dynamics NAV MVP
http://www.dynamics.is
http://Objects4NAV.com
I did try this, and it does not resolve my issue. Weird Stuff.
this also failed to resolve my issue. Thanks, though.
This does not bode well for reusing report IDs in NAV2013 when something becomes obsolete. If end users have filters in place and I reuse the ID, I could be faced with this. I ran select statements against the Page Data Personalization table and there were no records in the table. It's like my filter was cached somewhere in the ether...
From this (Dutch) http://dutchdynamics.net/blog/ddc-nav-s ... olecenters
When i add a empty group to request page the problem is resolved.
Really don't know what's the problem.
Does anyone have an idea?
Based on a suggestion above from mdPartnerNL, I tried deleting the C:\Users\..\AppData\Roaming\Microsoft\Microsoft Dynamics NAV\PersonalizationStore.xml. This resolved my issue.
:thumbsup:
Thank you!
I too faced this issue. Thanks guys for helping me.
Thanks,
Shyam Kumar N
N.Shyam Kumar
Thanks!
Like stated above by @JosephGress
"deleting the C:\Users\..\AppData\Roaming\Microsoft\Microsoft Dynamics NAV\PersonalizationStore.xml. This resolved my issue."
I am using NAV 2015.