How do i display the week commencing date on a report- AX 2012

I am trying to display the week commencing date rather than the receipt date within the sales order confirmation ssrs report in visual studios.

Does anyone know how to do this?

Hi,

You can use the following code using the global class : global::dateStartWk(yourDate)

Hope it helps

Regards,

Thomas

Apologies, but how do i access the global class within VB to place the code?

Thanks in advance