Guest_imported
New member
- Jan 1, 1970
- 0
Hi..
I have problem to display data in report because the details has no data. In report header, i want to display [Annual],[BForward],[Total] and [Balance]. In report details, i want to display [StartDate],[EndDate],[Subtotal].
Let say, A takes leave from 2/5/2002 - 3/5/2002 and from 12/6/2002 - 14/6/2002.
|--------------------Report header-------------------------|
[Annual]|[BForward]|[Total]|[Balance]
20 2 5 17
|------------------Report details--------------------------|
[StartDate]|[EndDate ]|[Subtotal]
2/5/2002 3/5/2002 2
12/6/2002 14/6/2002 3
|-----------------------------------------------------|
[Total] = Sum([Subtotal])
[Balance] = [Annual]+[BForward]-[Total]
Let say, B didn't take any leave.. the report should display [Annual],[BForward],[Total] and [Balance]..without details..it's mean..[Total] will be 0 value. But, my problem is, the report display nothing.
Anybody knows how to solve this problem. I've try several method..but it doesn't work..please help me..
Thanx in advance.
I have problem to display data in report because the details has no data. In report header, i want to display [Annual],[BForward],[Total] and [Balance]. In report details, i want to display [StartDate],[EndDate],[Subtotal].
Let say, A takes leave from 2/5/2002 - 3/5/2002 and from 12/6/2002 - 14/6/2002.
|--------------------Report header-------------------------|
[Annual]|[BForward]|[Total]|[Balance]
20 2 5 17
|------------------Report details--------------------------|
[StartDate]|[EndDate ]|[Subtotal]
2/5/2002 3/5/2002 2
12/6/2002 14/6/2002 3
|-----------------------------------------------------|
[Total] = Sum([Subtotal])
[Balance] = [Annual]+[BForward]-[Total]
Let say, B didn't take any leave.. the report should display [Annual],[BForward],[Total] and [Balance]..without details..it's mean..[Total] will be 0 value. But, my problem is, the report display nothing.
Anybody knows how to solve this problem. I've try several method..but it doesn't work..please help me..
Thanx in advance.