Click here to Skip to main content
15,885,767 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Good day experts,

here i am again asking for some sugestions regarding to my problem.
i Have a columname shift and checkoutShift on my table.here is my scenario:

shift 1 time between 6am to 2pm
shift 2 time between 2pm to 10pm
shift 3 time between 10pm to 6am

First Transaction checked in on 1st shift for 4hrs
Second Transaction checked in on 1st shift again, for 12hrs

my first transaction check out on the same shift which is 1st shift. upon viewing my report on shift 1 ,i can see the total check in which is 2 and check out which is 1. Now, the second transaction checked out on 2nd shift.upon viewing my report on shift 2, i didnt see the total count for checked out.

i used running total to get the count of data in my table, below are my code on my running total:
CSS
{EndOfDayReport;1.roomtype}='Premium' and
{EndOfDayReport;1.hours}=12 and
{EndOfDayReport;1.checkOutStat}=1


i dont know what type of code here i'm missing..
Thanks for your help experts.
Posted

Right Click on the report

then Insert->Summary

Under Summary
Choose the Field to summarize

and under calculate this summary
Choose "Count"


then thats' it. Hope this helps
 
Share this answer
 
thank you for your quick response mr.elieser0213..but my problem is not solve.

i'm using running total to count the total check out.in my running total, i have a formula only to count the specific data like:


count roomtype
formula:
CSS
{EndOfDayReport;1.roomtype}='Premium' and
{EndOfDayReport;1.hours}=12 and
{EndOfDayReport;1.checkOutStat}=1
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900