12-11-2019, 01:03 PM
Hi Rajavinoth,
Can you try this definition for your expression column?
<element name="notes" title="Notes" edit="false" color="false">
<display widget="expression">
<expression>@GET(sthpw/task.parent.sthpw/note['timestamp', 'is on',@GET(.timestamp)].note)</expression>
<return>list</return>
</display>
</element>
I think your expression is failing because you are using the 'is' operator:
['search_code','is',@GET(sthpw/task.search_code)
The 'is on' operator for timestamp is correct.
Hope this helps,
Celton
Can you try this definition for your expression column?
<element name="notes" title="Notes" edit="false" color="false">
<display widget="expression">
<expression>@GET(sthpw/task.parent.sthpw/note['timestamp', 'is on',@GET(.timestamp)].note)</expression>
<return>list</return>
</display>
</element>
I think your expression is failing because you are using the 'is' operator:
['search_code','is',@GET(sthpw/task.search_code)
The 'is on' operator for timestamp is correct.
Hope this helps,
Celton