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. shera4111

    Widescreen Monitor Issues with Remedy 5.0

    We have Remedy 5.0 installed, and have recently started working with widescreen monitors. Using the widescreen, it appears as though the fields are compressed, and some items have been pushed right off the screen. Of primary concern is the fact that the worklog field has shifted so far to the...
  2. shera4111

    Any ideas what is in this 'empty' field?

    Guys, thanks for the info - the field did indeed have 'null' in it. Here's the reason I was confused. I was trying to suppress a section based on the following formula: trim({field})="" or isnull({field}) That formula would always return false. So my section never suppressed. So, in my...
  3. shera4111

    Any ideas what is in this 'empty' field?

    Greetings, Here's a stumper. I have a field that displays as blank on my reports. Now, it's entirely possible that the thing has nothing in it... but I'm trying to filter for it, and I can't get anywhere. It's not null. It's not a blank string. It's not a string of blanks (ie trim(field)="")...
  4. shera4111

    Connect directly to MS Project - possible ???

    Hi all, Quick question - can Crystal connect to MS Project directly? I expect I can export my MS Project information to an excel spreadsheet and then connect Crystal to that, but I'm wondering if there's a more direct route. I'm using Crystal XI. Thanks!
  5. shera4111

    Page header/footer in subreport become report headers/footers

    Hi all, I have a subreport which has a page header/footer. In the header/footer there is a simple textfield. Let's say it says "Hello World". The subreport works beautifully when run on its own, and the page header/footer shows up on every page. When I include it as a subreport in a main...
  6. shera4111

    Passing value from subreport to higher section

    Hi all, I'm building a report that is pretty much a bunch of subreports one after the other, with an agenda style list at the start. What I'd like to do is note on that first page (the agenda), which page of the report the subreports start on. For example: Agenda: 1) review Report1 - see...
  7. shera4111

    Resources for setting up CR server XI with Websphere

    Hi all, I have a local copy of websphere on my machine, and have CR server XI installed. Anyone know of some resources I could look at to help me configure the CR web pieces to run through the websphere localhost server? Thx, shera4111
  8. shera4111

    Pass static value to subreport from master

    Never mind all - wasn't thinking straight. Put the ticket type as a group in the master report, and then linked the subreport via the normal way... removed the {?Ticket Type} parameter from the sub, used the default {?Pm Ticket Type} linking parameter with 'Select data in subreport based on...
  9. shera4111

    Pass static value to subreport from master

    Hi all, I have created a subreport that has a parameter called {?Ticket Type}. It has three valid values - Change/Task/HelpDesk. What I'd like to do is create a master report that includes three 'versions' of the subreport. The first subreport would run with {?Ticket Type}=HelpDesk, the...
  10. shera4111

    CR11 - Controlling bar chart colors

    Ok... I've got it halfway. I managed to get the colours to come up correctly, BUT ONLY if I mess with the specified order. For some reason, when I specify the order of {@modification date} so that it goes: 30 days or less 61-90 days 91-120 days 31-60 days 120 days or more Obviously, I want...
  11. shera4111

    Issues If-then-else; Condition #1 number, #2 text

    if A<>0 then cstr(A) else "N/A" Then they both come out as strings.
  12. shera4111

    CR11 - Controlling bar chart colors

    Hi all, I'm having troubles setting the colours of the bars in my barchart. Barchart goes: On Change of ({@modification age}, {assigned_to_group}) Show Value({Count of @modification age}) The on change of for @modification age has a specified order, which is: 30 days or less 31-60 days 61-90...
  13. shera4111

    CR 10/11 - Regular expressions in formulae/functions

    Thanks K again, I thought I'd been clear enough on the data format... so my apologies for not giving you enough detail. Here's a longer example of what would be found in that field. As you can see, the timestamp is embedded inside...(hyphens just for clarity of start/end)...
  14. shera4111

    CR 10/11 - Regular expressions in formulae/functions

    Thanks K, Here's what the timestamp looks like: 06/06/2006 1:23:54 PM What I'd like to do is this: NumberVar last_timestamp_pos = instrrev({string_field}, date_format) In Java, I'd do something like this for the regex (apologies to any java gurus who see this and wince... it's been a while...
  15. shera4111

    CR 10/11 - Regular expressions in formulae/functions

    Hello all, Anyone know if you can use regular expressions in formulae/functions? Basically I have a memo field with multiple timestamps, along with some other info. I want to get hold of all the info after the last timestamp, so ideally I'd like to match on the regex for the timestamp. Thx...
  16. shera4111

    CE XI - Cannot navigate to server

    http://localhost gives me the same problem... how can I check if IIS is running? Really appreciate the help here. shera4111
  17. shera4111

    CE XI - Cannot navigate to server

    Thanks Turkbear, but no luck... Getting "page cannot be displayed" errors. Seems to me that what's likely going on is that I'm mis-naming my server. It's a local install, so I assumed it would be either: machinename machinename:6400 localhost localhost:6400 None of which worked...
  18. shera4111

    CE XI - Cannot navigate to server

    Hi all, I'm a newb to the Crystal Server world. I'm using the promo version that comes with the Professional XI edition of Crystal Reports, and running on a windows system. It's a local install, right on my machine, where the report designer is also installed. I can log onto the CCM just fine...
  19. shera4111

    CR10 - Invisible values - can't figure out what they are

    I've got a super-simple report that displays work tickets and department names. Problem is, half the department names are invisible. No, they aren't null. No, they aren't blank strings. No, they aren't a bunch of spaces strung together. They're INVISIBLE. :) (And no, I'm not crazy) :) As a...
  20. shera4111

    CR 10 - Crash when filtering on a formula

    By 'crash', I mean that I get a little popup telling me that 'CR32 has experienced an error and needs to close, we are sorry for the inconvenience'. Then you hit OK and Crystal closes. As to my filter, yes, I have put it in the select expert. I asked it to filter records using my...

Part and Inventory Search

Back
Top