hello guys,
i wanna ask you - i have tool Table to Excel in ModelBuilder but in the end i want to get XLS with output name included Date.
so i used Calculate value and as you can see it is showing correct date...but when i run my model, XLS has output name "vyber_EU".
In Calculate Value i used this expression from mr. Patterson.
time<SPAN class="" style="color: #999999; border: 0px; font-weight: inherit; font-size: 14px;">.</SPAN>strftime<SPAN class="" style="color: #999999; border: 0px; font-weight: inherit; font-size: 14px;">(</SPAN>u<SPAN class="" style="color: #669900; border: 0px; font-weight: inherit; font-size: 14px;">"zzz{0}d{0}m{0}Y"</SPAN><SPAN class="" style="color: #999999; border: 0px; font-weight: inherit; font-size: 14px;">.</SPAN>format<SPAN class="" style="color: #999999; border: 0px; font-weight: inherit; font-size: 14px;">(</SPAN>chr<SPAN class="" style="color: #999999; border: 0px; font-weight: inherit; font-size: 14px;">(</SPAN><SPAN class="" style="color: #990000; border: 0px; font-weight: inherit; font-size: 14px;">37</SPAN><SPAN class="" style="color: #999999; border: 0px; font-weight: inherit; font-size: 14px;">)</SPAN><SPAN class="" style="color: #999999; border: 0px; font-weight: inherit; font-size: 14px;">)</SPAN><SPAN class="" style="color: #999999; border: 0px; font-weight: inherit; font-size: 14px;">)</SPAN>Where is my mistake please?
