Pre-filter value from external table

Status
Not open for further replies.

nerio

Member
I need a tip. I need to apply a pre-filter to a list where the value is equal to that contained in a field of a table with only one record. I tried to insert {table___fieldname} but it doesn't work, maybe because I should tell it to go to record n. 1?
 
you chan choose the type "query" then use a subquery in the value field to catch the data you need to compare to ie : SELECT myvalue FROM myOtherTable WHERE id=1 (or whatever is the id of you one row table)
 
Thank you but maybe I need to explain myself better:
I have a list (A) with 1 record with id = 1 and year field = 2019-2020
I have a list of people (B) with a year field which can contain '2019-2020' or '2020-2021' etc.
I want to filter only the records of people who have the same year field as the one in the list.
 
Status
Not open for further replies.
We are in need of some funding.
More details.

Thank you.

Members online

Back
Top