Forum Discussion
I'm not 100% sure what the formula errors specifically are alluding to - but from reviewing your formula they syntax in general looks off. I would suggest trying the following and seeing if it responds differently:
var text FY = [Financial Year];
------------------------------
Chayce Duncan
------------------------------
- PrakashMurali2 years agoQrew Member
Hi Chayce,
Thanks for responding. I have tried your code. Still, it throws the same error. I have attached an image for your reference. Please advise on this.
------------------------------
Prakash Murali
------------------------------- ChayceDuncan2 years agoQrew Captain
Are you getting an actual error in your formula anywhere that is leading you to check the formula? That formula checker is a new feature as of this month - and it appears like some kind of a bug when processing variables. I checked it in my environment for a formula that I know 100% works as intended and it is reporting the same issue with the variable that you are seeing.
My assumption is that the error you're seeing in the formula checker is a bug with the feature, not your formula. I would advise saving the formula and seeing if you're getting the intended result in your records and ignoring the formula checker for now.
If you're having issues and just want the error gone - I would gues you'll need to remove the variable declaration like so:
If ([Financial Year] != "",(GetFieldValues(GetRecords("{6.EX.'" & [Financial Year] & "'}", [_DBID_TANSIM_FUND]),8)),null)
------------------------------
Chayce Duncan
------------------------------- PrakashMurali2 years agoQrew Member
I'm able to retrieve data when the financial year value is static. It does not show any data if I mention the field [financial year].
This is the formula I used
If ([Financial Year] != "",
(GetFieldValues(GetRecords("{6.EX.'" & "2023-2024"& "'}", [_DBID_TANSIM_FUND]),8)),
null)
------------------------------
Prakash Murali
------------------------------
Related Content
- 24 days ago
- 10 months ago
- 6 months ago
- 6 years ago