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 Wanet Telecoms Ltd 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: *

  • Users: jack91
  • Order by date
  1. jack91

    How to make a field to show nothing rather than 0

    Lb, Do you have your own CR consulting service or signature like ken hamady does? Regards, Jk
  2. jack91

    How to make a field to show nothing rather than 0

    when i use: if {table.field} = 0 then isnull({table.field}) else {table.field} the last part {table.field} --> gives an error saying "a Boolean is required here. Jk
  3. jack91

    How to make a field to show nothing rather than 0

    The field is a MAC address. I am thinking of right clicking the field. Common tab, suppress and in the x+2 write the following: {mac address_value}= "0" u think this would work ? I am using crystal v 10 thanks Jk
  4. jack91

    How to make a field to show nothing rather than 0

    hi I am using crystal version 10. I have a field which sometimes have no data. For such results I would rather see the field as a blank rather than see zeroes. Please advise Jk
  5. jack91

    customizing chart titles for GH when evaluating for each flag

    For a simillar chart i did the following: "Warranty Expiration Forecast For"+{@Criticality Flag}+" Assets" {@criticality Flag} formula: if {parameter.field}= "Y" Then "Critical" else if {parameter.field}= "N" Then"Non Critical" else if {parameter.field}= "{ALL}" Then "Critical/Non...
  6. jack91

    suppressing a part of graph when using group Layout

    hi, I am using crystal v 10. I have 2 groups for my report group 1 ---> hardware criticality (Y/N) Group 2 ---> future warranty expiration info **@hardware criticality formula: (please end of this thread) **@Future Warranty expiration info: (please end of this thread) I have made a graph...
  7. jack91

    How to get a clickable bar Chart?

    ...chart, those expiring in 30, 60 or 90 days)and showing all "Hardware under warranty") --> aka -subreport 1 2)user clicks on pie chart "Hardware *Out Of Warranty" --> user is taken to an other pie chart(breakdown of *OLD warranty chart, those expired in 30, 60 or 90 days showing all Hardware...
  8. jack91

    How to get a clickable bar Chart?

    LB, I am using your advise (your last comment). Also, If i have 4 groups: 1)Critical 2)Warranty expired (formula) 3)Future warranty expiration info formula) 4)Old warranty expiration info (formula) AND I created a summary for groups 2-4 so I can activate the "group layout" in the Chart...
  9. jack91

    How to get a clickable bar Chart?

    ...warranty expiration info formula) 4)Old warranty expiration info (formula) I made a summary for Future warranty expiration and so activated the *group chart expert. What I want here is to: Place chart: for each critical flag on change of: future warranty expiration info show: count of...
  10. jack91

    Sub-Report placement/linking issue

    Ian Waterman: Regarding what you said earlier: "----You can then put a chart in there with specific headers and chart for the data you want" computers with warranty needs to be paired with Future warranty expiration formaul Computers that have warranty expired needs to be paired with Old...
  11. jack91

    Sub-Report placement/linking issue

    If i want computers with warranty I will need to suppress the other two. But these are not columns but formula created by me: ( if isnull({comp.warranty_end_date}) then "compWith NO Warranty INFO" else if {comp.warranty_end_date} <= CurrentDate then "comp Out Of Warranty" else "comp Under...
  12. jack91

    Sub-Report placement/linking issue

    ...3: computers with no warranty info. Non-Critical computers: same breakdown 1-3 as above. Tier 3: Computers under warranty is broken down to a * Bar char using the formula: (basically how many computers which currently have warranty will be expiring in the future) formula used: if...
  13. jack91

    How to get a clickable bar Chart?

    ...so finally it should show me the details section. Secondly, When i click on computers under warranty, the drill down shows me the bar chart for * ALL the 3 categories under warranty/no warranty / out of warranty when I want to see only "under warranty". Is there a way to specifically hide...
  14. jack91

    Sub-Report placement/linking issue

    u are right on: "--I am guessing you have them linked by your warranty expired formula." What do i link on? Also, When i click on the pie chart for comp under warranty - I want to see the sub-report on GHa. Ditto for the other two also Jk
  15. jack91

    Sub-Report placement/linking issue

    I have put the 3 sub-reports one in each group header. GH 2 uses a warranty expired formula: if isnull({computer warranty.end_date}) then "comp With NO Warranty INFO" else if {computer warranty.end_date} <= CurrentDate then "comp Out Of Warranty" else "comp Under Warranty" so GH 2a:comp...
  16. jack91

    How to get a clickable bar Chart?

    LB, I did not quite understand this part "-- If you hide group #2, the group #2 chart will appear when you click on a group #1 pie slice. You would also hide the detail section to then click from group #2 pie slice to details." What I am trying to achieve is...
  17. jack91

    Sub-Report placement/linking issue

    ...placing them in report headers. I have tried the linking also ------.When i click on the pie section of the chart in the main report it ** shows me the relevant section of the sub-report ** BUT i see only the details of the sub-report not the chart in the sub-report. How do i see the chart...
  18. jack91

    Data matrix plugin for Crystal Reports version 10

    Hi, Would you please recommend: Data matrix plugin for Crystal Reports version 10? (free or $$ software plugin) and any instructions to go along with it would be very helpful :-) TIA Jk

Part and Inventory Search

Back
Top