Hi, i was reading some post about how to setup this but it’s a bit confusing and I wanna get it right as I’m doing it on a live setup
Anybody can direct me to a clear seup or maybe put together a tutorial
Thank you
Sure,
- Setup a Save Report to File action choose the Work Period report put
[:File Name]inside the parameter for File Name - Setup a Send Email action with appropriate fields filled out for email account. For File Name setup
[:File Name]there as well.
Setup a Rule for Work Period Ended and put your Save Report to File action first and then fill in the path to where you want it saved to. Example E:\SambaReports\{DATE}-WP.xps
Next put the Send Email action and then put that Same Path for the File Name.



I get error “the specified string is not in the form required for an email adress”
What can be wrong?
I imput info for exchange email
Thanks
Means you entered your email wrong. Can you show us a screenshot?
I had a comma instead of a point but now it’s giving me "could not find part of the path c:\sambareports\01\10\2015-WP.xls
I created a folder on C named SambaReports
Thanks
is 01\10\2015-WP.xls ment to be the file name? pretty sure you cant use \ in a file name…
might be missing something though.
Show your rule where you put that path?
@kendash I had a go following your screenshots but a I get a prompt to save the file but secondly the prompt only shows xps file format.
In the beginning you use .xps but your screenshot shows .xls? Can samba save to .xls??
Typo I meant xps sorry
Though that was the case but changing to .xps still prompted a save as dialog… (Was testing in v5 rather than v4 but is that expected behaviour?
The file name defaulted to report.xps rather than the date file name I was expecting also…
Works fine on mine you used variable and not hard coded action right?
i will try .xps
Thanks
Variable for file name specified in the rule? I did, will have another go tomorrow.
Same issue could not find part of the path
What can I try ?
Thanks
Show your path your using?
Does that directory exist and you have correct permissions set?
You should use {DATE} tag with a formatting like {DATE:dd_MM_yyyy}. Your date separator is ```` character and a date like 01\10\2015 can’t be used as a file name.
I never used \ in the file name only {DATE}
When it gave me error it showed me the 01\10\2015
Shoul I put {DATE:dd_MM_yyyy} instead of {DATE} only?
Thanks
Yes sorry i may have mislead you. You need to format it like Emre showed.
