Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
rolo_tomasi
Contributor
Contributor

Load file with dynamic date in name

Hello I need load file with name 

HUB 06.05.2021.XLS - first two symbols are dynamic , need to load current month (like today is 22.05.2021)

 let vFMONTH = date(TODAY(), 'MM.YYYY');

 [lib:// (sns_USER)/FILES/HUB XX&'.'&$(vFMONTH).XLS] - how to declare xx?

1 Solution

Accepted Solutions
sasikanth
Master
Master

HI, 

 

Try below 

[lib:// (sns_USER)/FILES/HUB* .$(vFMONTH).XLS] 

 

View solution in original post

1 Reply
sasikanth
Master
Master

HI, 

 

Try below 

[lib:// (sns_USER)/FILES/HUB* .$(vFMONTH).XLS]