Using the Import Filter Linked to a Status Board

It is possible to set a filter rule so that only some elements of the linked module are imported.

For example you might have a Status Board for resource requests and want to see all open resource requests in a table on your Situation Report

🔑 ACCESS LEVEL: Account Owner

ℹī¸ NOTE: For the below example 'open' is taken from the field value on the resource requests Status Board. If you have edited these you will need to take the value from your new field option. 

To do this:

  1. Go to the Admin Area
  2. Expand Templates
  3. Click the orange Edit icon to open the relevant status board
  4. Find the 'status' field you added to your status board
  5. Locate the field name which will always be in lower case
  6. Copy the field name, in this case it is open

  1. Once you have the field name value access the Situation template
  2. Locate the table field and enter the code below in the import filter box:
    1. data.status==='open'
  3. For multiple filter results enter the code below in the import filter box:
    1. data.status==='open' || data.status==='closed' 
  4. This will add only the resource requests that are open to the table
  5. This is how it will appear on the table field on your situation template in the admin area:

  1. This will add only the resource requests that are open to the table
  2. Once finished click Save
  3. Select Ok to confirm change, or select Cancel to revert the change
Did this answer your question? Thanks for the feedback There was a problem submitting your feedback. Please try again later.

Still need help? Contact Us Contact Us