Crystal Reports > Using data to call same report with Parameter

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • ralphred
    New Member
    • Nov 2007
    • 3

    Crystal Reports > Using data to call same report with Parameter

    Hello,
    I am using Crystal Reports XIr2 on XP.
    I have a report that the user inputs a Product number and it displays all parts and products required to make that part. I am trying to make it so that in that list, you can click on any part/product and it will then show all the parts/product required to make that clicked part.
    So user enters part number, gets a list of all required parts, and can click on any of those parts to see what is needed to make them.

    I cannot seem to get it to work using drill down, but I am not that familiar with Crystal Reports.

    Thanks for your help
    James
  • debasisdas
    Recognized Expert Expert
    • Dec 2006
    • 8119

    #2
    You need to use parameter field for the purpose.

    Comment

    • ralphred
      New Member
      • Nov 2007
      • 3

      #3
      How do I send the field that I clicked on to the Parameter field to redo the report with that new Parameter?

      What I am trying to do is show all products needed to make Prod X.
      If I see Prod Y is in that list, I can click on Prod Y and a new report or same report but now using Prod Y is up showing all Products that are required to make Prod Y, and if Prod Z is in that list.....
      It is calling itself(or maybe a new report), but passing a new Parameter to it each time.


      Thank you.
      James

      Comment

      Working...