USERSETTING and security filter not working with 1 table

Hello,

Iโ€™ve added usersetting โ€œZASIฤ˜G WPISร“Wโ€ (datetime type) which Iโ€™m planning to use with Security filter like:

[DATA]>= DATETIME(USERSETTINGS(ZASIฤ˜G WPISร“W))

Its working with almost all of my tables.
I have problem only with one table. When Iโ€™m trying to use this security filter I can see following error:

Any ideas how to fix that?

0 5 143
5 REPLIES 5

Does the following help?

[DATA]>= USERSETTINGS(ZASIฤ˜G WPISร“W)

Assumes column[Data] and the User settings column (ZASIฤ˜G WPISร“W) both are of datetime type.

Still the same
ofcorse both are datetime type.

I had an issue last week where UserSettings() had to use the Initial Value formula in order to work. Using the App formula and a virtual collumn to just mirror the UserSetting() gave a blank result.

In my case there is initial value from the begening.
This usersetting is working well with the same security filter in another tables, where DATA field is the same column typeโ€ฆ I have no idea why its not working with this one table.

Iโ€™ve been trying with changing column type from datetime to date, also to textโ€ฆ still the same.

The problem was there were two references in User Settings to table WYNIKI PRODUKCJI.
When I cleared out those two expressions, that resolved the error.

I recieved that tip from AppSheet support, thank you guys!

Top Labels in this Space