Hi,
Some reports use the time unit 1W (1 week). If the user his working language is French (where 1week = 1 semaine), those reports do not work. Error message : you should use time unit 1S instead of 1W (but this is in the code - the user can't change this). So apparently, Navision does not translate the 1W to 1S and vice versa.
This could be a bug. Anyone who knows a workaround?
Info : customer uses Attain 3.60
Greetings
0
Comments
CALCDATE('<1W>',TODAY).
This will make it language independent.
Use <1W> (including the < and >) to create a language-independent dateformula in e.g. a CALCDATE statement.
Jan Hoek
Product Developer
Mprise Products B.V.
Had this problem with a new report we created, but also with the standard function were you can copy an analytical view to Excel (working in French).
Jan Hoek
Product Developer
Mprise Products B.V.