Skip to main content

Notifications

Filter listview (Employee_ManagerView) using liquid code

amolspawar Profile Picture Posted by amolspawar 10

Hi,

 

There is "Employee Detail" table. It has employee details view ("Employee_ManagerView") along with column with manager name. Whenever manager logins into system, manager supposed to see only his employee details. 

 

The requirement demands that we need to filter data at server side. How to filter data with Manager email id using liquid.

 

I have tried below code using where in liquid, but it is not working.

 
{% include 'entity_list' key: 'Employee_ManagerView' | where : 'Manager EmailID' , 'xyz@email.com' %}
 
  • Kindly advise on this and
  • also advise if there is any alternate way to fix this.

 

 

Categories:

General

Comments

*This post is locked for comments