Results 1 to 4 of 4

Hybrid View

  1. #1
    Join Date
    Oct 2008
    Posts
    2
    Plugin Contributions
    0

    Default Re: Creating new reports

    Unfortunately, that doesn't seem to help. It still doesn't display the geographical information (the address), which is the vital element here.

  2. #2

    Default Re: Creating new reports

    Are you handy with SQL?

    You could probably pull out the information you need from your ZC database by tweaking the following model:

    SELECT (necessary fields)
    FROM customers a, address_book b, countries c, zones d, orders e
    WHERE (your particular conditions for the subject report)
    GROUP BY (if necessary)
    ORDER BY (your sort preference)

    Of course, if you avoid SQL crunching by preference, then the above syntax may seem like gobblety-gook to you. My sincerest apologies if the latter instance stands in your case.
    GHarls@}-',--
    DataGrange Design Studio
    Web Design and Consulting

 

 

Similar Threads

  1. creating new pages
    By hangman21 in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 14 May 2010, 06:51 PM
  2. Creating A New Page
    By gkarasiewicz in forum General Questions
    Replies: 4
    Last Post: 25 Mar 2010, 07:26 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg