0

Convert a Datetime field in NAV to Date in Excel

Okay - if I was right that you were trying to work in a table, then yes, it is possible to wrap your formula into the Table context.

What I did was to add the date field I wanted to convert, and then add a formula field to convert the date (yes, you end up with an extra column, but you can probably hide that in some way).
My formula (as typed) was =INT([@[Date Created]])
The final output formula looked like: =NP("FORMULA","INT([@[DATE CREATED]])")

So I'm guessing that your formula should be: NP("Formula","INT([@[BT Date]])-INT([@[PO Date]])")

6 comments

Please sign in to leave a comment.