How to make date attribute to null through Livereport?
Some of the documents date attribute showing wrong date. User wants to make it null. I tried to below query.
update llattrdata set valdate = to_date(null) where id = 10301842 and defid = 3156 and attrid = 3;
In DB view it is showing null. But if I go to Document's properties -> Categories there it is showing wrong date.
Can someone help me on this please?