Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. Pookeye

    Running Crystal Reports in Business Objects 4.1 with Universe as a Datasource.

    I've searched all over the internet and have yet to find an answer, I think its related to my configuration in Business Objects, but I was wondering if anyone can help me here. I have a crystal reports rpt file that uses Universe as its datasource. So I create a blank report connect to a...
  2. Pookeye

    Next, Previous Function with Groups.

    I am wondering if anyone has any idea on how to use the next/previous function but instead of each record, but rather with groups. I'll give an example... essentially we have a set up details records.. and it is separated by dates. say i have 3 records with 1/1/2013 3 records with...
  3. Pookeye

    HFWDurNumHoursNormal

    Well I definitely that function definitely has something to do with HEAT. It looks like it creates a duration.. soo its like HFWDurNumHoursNormal(Begdate, Begtime, enddate, endtime) soo i think it just creates a duration.... i just thought there was another way of creating a duration...
  4. Pookeye

    HFWDurNumHoursNormal

    i was wondering what is this code and what is its function.. obviously i can tell its a duration code and so forth but I am wondering what it does. HFWDurNumHoursNormal ({CallLog.Date_Occurred_PCTL},{Detail.ReqFinishTime}...
  5. Pookeye

    Changing TextBOX color or properties in the formula editor.

    Well, I figured it out, apparently I was looking in the formula editor to create a conditional statement for it, however if you click on the field (from the database) and right click, you will see something called "Highlighing Expert..." and from there, it's pretty straight forward, but...
  6. Pookeye

    Changing TextBOX color or properties in the formula editor.

    Is it possible to change the properties of a text box on a report based on the value of the text box? I'd like to have a text box that changes it's back color based on the value displayed in the text box. I know how to do this on a form, but I can't find a way to make it work on a report...
  7. Pookeye

    Running Total Fields Problem

    well, i figured out my problem, if you want that last field to display (particularly the sum of all the fields in the group, gotta use the group footer to display the final sum. yeeesh i knew it was easy.. i just didnt know how it worked..
  8. Pookeye

    Running Total Fields Problem

    I have been trying to sum up something that is in groups. soo here is the problem, when i use Running total fields and create a sum of some time logged in for example, it just spits out the first field of the sum. instead of the final field of the sum.. example.. via groups, by ID. ID=...
  9. Pookeye

    Parameter Field Array Problems

    Just to give more information: okay we have Tickets that are suppose to be numbered like: 850619 895633 799632 and so on. soo if someone was to run the report and they want a particular ticket, they would get a parameter field message that ask for which ticket they want on this report...
  10. Pookeye

    Parameter Field Array Problems

    Currently I have a parameter field with a 6 digit number, for example Ticket Numbers.. soo think of ie. 856031, now the database shows this as 00856031. now I can do this with parameters with only one number. but if i was to add multiple parameters than my whole report stops working...

Part and Inventory Search

Back
Top