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 derfloh 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. jdbppd

    adding a "group by" clause

    In an existing report, I know I can make changes to the from, where, and order by clauses in the "show sql". But what I really need to do is add a group by clause. Is there a way to do this without having to make massive changes to my existing report (amounting to moving my detail...
  2. jdbppd

    parameter - browse field with multiple values allowed

    works like a charm! thank you for your quick and helpful reply!!
  3. jdbppd

    parameter - browse field with multiple values allowed

    How do you get the report to show all the values chosen by a user from a parameter with multiple values allowed in a browse field picklist? I want the title of my report to show what parameter values where chosen. As far as I can tell, putting the ?parameter field in the report only shows the...
  4. jdbppd

    RDC object model and parameters

    In the report designer, under creating parameter fields - set default values. Does anyone know where in the RDC Object Model (the exact syntax) the "Browse Table" and "Browse Field" objects are stored? I've been looking at the documentation for the object model and have...
  5. jdbppd

    extra-curricular totaling

    do I do a whilereadingrecords; if (unique condition) false else true on every field in the detail line? or is their an easier way?
  6. jdbppd

    extra-curricular totaling

    In my view, I have a record (uniquely identified) that must be suppressed from showing up anywhere on the report, yet it holds an amount that must show up in the group totaling. All other records with their amounts would be shown. Yes, if you were to look at the report and add up all detailed...
  7. jdbppd

    Crosstab default to Landscape

    It seems that setting the orientation in printer setup to landscape for a crosstab report does not default the actual printing of the report to landscape (in SmartViewerJava). Am I doing something wrong? or is this a known bug...?

Part and Inventory Search

Back
Top