hello, vb 2005. on report generation, i wanted to display the details of product orders from day 1 to 30 of month march..
if there were no orders from day 10 or in any day it should output 0.
my code is:
day(fld!dateOrd ered.value)
this displays only a particular date that order happens
output should be:
day>>orders
1 >>5
2 >>10
3>>11
4>>0
5>>12
6>>0
.
.
.
.
31>>12
zero output if no orders on that particular date..
if there were no orders from day 10 or in any day it should output 0.
my code is:
day(fld!dateOrd ered.value)
this displays only a particular date that order happens
output should be:
day>>orders
1 >>5
2 >>10
3>>11
4>>0
5>>12
6>>0
.
.
.
.
31>>12
zero output if no orders on that particular date..