B
Bradley L
I have an IP2007 Status report form containing a secondary data
connection to a SQL Server db. The db contains ticketing information
from an IT service request tool.
The form contains a repeating choice group with fields for the ticket
number, details, estimates, etc. The developer selects the ticket
number that they are reporting against and the form uses C# to pull
most of the pertinent info directly into the form.
I'm having trouble with pulling the actual hours spent, however. The
developer records time against a particular ticket and the design is
such that there may be multiple rows of data for one ticket based on
the ticket id and the developer name. I need to step through the data
and sum the time entries.
How's that done?
connection to a SQL Server db. The db contains ticketing information
from an IT service request tool.
The form contains a repeating choice group with fields for the ticket
number, details, estimates, etc. The developer selects the ticket
number that they are reporting against and the form uses C# to pull
most of the pertinent info directly into the form.
I'm having trouble with pulling the actual hours spent, however. The
developer records time against a particular ticket and the design is
such that there may be multiple rows of data for one ticket based on
the ticket id and the developer name. I need to step through the data
and sum the time entries.
How's that done?