Jackmetickler
MIS
CR11 SQL2005
I am reporting daily qty to be despatched on each part in a tabular format. It shows 3 days previous to cover late orders and 14 days forward from todays date.
I now have to extend this report to cover a month and attempt to fit it onto one sheet of either a4/a3.
We do not despatch on Sat/Sun, so we have no need to see these columns. I need the space that these columns take up in order to fit it onto to one sheet of paper.
I have been attempting numerous formulae to xmt Sat/Sun on a running daily basis.. i.e I need to see a running 30 days or as near as I can exempting Sat/Sun.
My qty columns are calculated as follows (yesterday for example)
if {table.CURDUE}= CurrentDate -1 then {table.DUEQTY} else 0.
I need to see the nil qty for the weekdays hence I cannot hide nil qty.... also I do not want blank columns for Sat/Sun but to jump to mon/fri depending on whether I go forwards or backwards from todays date.
Any pointers as to how to jump Sat/Sun would be gratefully received.
Yours despairingly
Jack
I am reporting daily qty to be despatched on each part in a tabular format. It shows 3 days previous to cover late orders and 14 days forward from todays date.
I now have to extend this report to cover a month and attempt to fit it onto one sheet of either a4/a3.
We do not despatch on Sat/Sun, so we have no need to see these columns. I need the space that these columns take up in order to fit it onto to one sheet of paper.
I have been attempting numerous formulae to xmt Sat/Sun on a running daily basis.. i.e I need to see a running 30 days or as near as I can exempting Sat/Sun.
My qty columns are calculated as follows (yesterday for example)
if {table.CURDUE}= CurrentDate -1 then {table.DUEQTY} else 0.
I need to see the nil qty for the weekdays hence I cannot hide nil qty.... also I do not want blank columns for Sat/Sun but to jump to mon/fri depending on whether I go forwards or backwards from todays date.
Any pointers as to how to jump Sat/Sun would be gratefully received.
Yours despairingly
Jack