Forum Discussion
Fraizerrrrr
2 years agoFrequent Visitor
Updating Source file from folder data not existing
What code should I add, cant see the exp-positive type for 2024 data. If I change the code to COMPLIANCE MONITORING 2024 it only shows 2024. What should I do to show both years
Fraizerrrrr , You should have OR (|| ) Condition to have both file names
( [File Name] = "2023.XLXS" || [File Name] = "2024.XLXS") && <Other conditions >
1 Reply
- amitchandakSuper User
Fraizerrrrr , You should have OR (|| ) Condition to have both file names
( [File Name] = "2023.XLXS" || [File Name] = "2024.XLXS") && <Other conditions >