kimprogrammer
Programmer
Hi
I started a thread and it was trying to get prompting done and after going back forth 25ish times I still couldn't get it to work - so I realy have to believe there something else confusing the issue.
So I started over - I just can't get this working in this report and it shouldn't be since this is not a difficult thing. So I appologize for this because i know I'm quite frustrated trying to figure this out and I'm sure the person helping me was as well.
-----
I created a new report from scratch because there has to be something else causeing the problem in this. So I'm keeping this simple going step by step
--------
I first created the command - it works well when dragged on the screen. I then deleted from the design page
I then created the prompt it works well only the divisions I want show up.
And all I have in the design page is the employee id from CPY10100. So when I run the report only the employees from that division are printed.
The Command is not on the screen!!
So so far so good.
But when I add in the swipeaccumulativehours file - is where I'm now having problems
----------------------
I have the command linked to nothing
CPY10100.PEmployeeClass --> CPY10050.PClass
the record select is:
({CPY10050.PClass} = {?Division} or {?Division} = "...ALL") //and
//{SwipeAccumulativeHours.PayCode} = "Comment"
-------------------
So now I'm trying to add in the swipeaccumulative hours
CPY10100.PEmployeeID --> SwipeAccumulativeHours.EmpNum
innerjoin
I take Paycode from SwipeAccumulative hours and put in in the detail.
So all that is on the detail is CPY10100.PemployeeId and SwipeAccumulativeHours.PayCode
I get one message - failed to retrieve data from database - then another - invalid arguement provide.
-------------------------------
If I reverse the link (which I believe is the the incorrect way of doing it)- I get fail to retrieve data from the database.
What could be the issue?
Thanks for the help
Kim
I started a thread and it was trying to get prompting done and after going back forth 25ish times I still couldn't get it to work - so I realy have to believe there something else confusing the issue.
So I started over - I just can't get this working in this report and it shouldn't be since this is not a difficult thing. So I appologize for this because i know I'm quite frustrated trying to figure this out and I'm sure the person helping me was as well.
-----
I created a new report from scratch because there has to be something else causeing the problem in this. So I'm keeping this simple going step by step
--------
I first created the command - it works well when dragged on the screen. I then deleted from the design page
I then created the prompt it works well only the divisions I want show up.
And all I have in the design page is the employee id from CPY10100. So when I run the report only the employees from that division are printed.
The Command is not on the screen!!
So so far so good.
But when I add in the swipeaccumulativehours file - is where I'm now having problems
----------------------
I have the command linked to nothing
CPY10100.PEmployeeClass --> CPY10050.PClass
the record select is:
({CPY10050.PClass} = {?Division} or {?Division} = "...ALL") //and
//{SwipeAccumulativeHours.PayCode} = "Comment"
-------------------
So now I'm trying to add in the swipeaccumulative hours
CPY10100.PEmployeeID --> SwipeAccumulativeHours.EmpNum
innerjoin
I take Paycode from SwipeAccumulative hours and put in in the detail.
So all that is on the detail is CPY10100.PemployeeId and SwipeAccumulativeHours.PayCode
I get one message - failed to retrieve data from database - then another - invalid arguement provide.
-------------------------------
If I reverse the link (which I believe is the the incorrect way of doing it)- I get fail to retrieve data from the database.
What could be the issue?
Thanks for the help
Kim