PrakashMurali
9 months agoQrew Member
Variable Declaration Error
Hi,
I have two tables named [Startup] and [Fund]. There is no relationship with the tables. I want to fetch the allotted fund value based on the financial year of the startup from the startup table. I created a query to fetch the fund value based on the financial year, but it throws an error saying undeclared identifier.
This is the formula
var text FY = [Financial Year];
If ($FY!=null,
(GetFieldValues(GetRecords("{6.EX.'$FY'}", [_DBID_TANSIM_FUND]),8)),null)
------------------------------
Prakash Murali
------------------------------