Forum Discussion
Lookup the date from another table
- 9 years ago
Hi birdie29,
Lookupvalue returns the value in result_columnName for the row that meets all criteria specified by search_columnName and search_value.
LOOKUPVALUE( <result_columnName>, <search_columnName>, <search_value>[, <search_columnName>, <search_value>]…)Please provid us the details table structure of your tables and some sample data of them, so that we can make furhter analysis.
Regards,
Charlie Liao
Hi birdie29,
Lookupvalue returns the value in result_columnName for the row that meets all criteria specified by search_columnName and search_value.
LOOKUPVALUE( <result_columnName>, <search_columnName>, <search_value>[, <search_columnName>, <search_value>]…)
Please provid us the details table structure of your tables and some sample data of them, so that we can make furhter analysis.
Regards,
Charlie Liao
- birdie299 years agoAdvocate II
Thank you for your quick reply! I had a complete memory block, apoliges I should have known this.
Thank you
Chris