Forum Discussion

Fraizerrrrr's avatar
Fraizerrrrr
Frequent Visitor
2 years ago
Solved

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

  • Fraizerrrrr , You should have OR (|| ) Condition to have both file names

     

    ( [File Name] = "2023.XLXS" || [File Name] = "2024.XLXS") && <Other conditions >