Idea use computed property to get difference between first day of month and current. I use formula:
first part work properly, but then i use dayofmonth i get error
What is wrong?
last("prtMarkerSuppliesLevel.1.2") - last("prtMarkerSuppliesLevel.1.2", dayofmonth("prtMarkerSuppliesLevel.1.2") )
Cannot evaluate expression: unexpected token at ")".

Comment