• pascalindo

    (@pascalindo)


    Hi Scott,

    First of all thanks you for your nice little plugin.

    I am successfully using your plugin to create a simple report using this SQL query:

    SELECT name, slug, wp_posb_term_taxonomy.count 
    FROM <code>wp_posb_terms</code> 
    INNER JOIN wp_posb_term_taxonomy ON wp_posb_term_taxonomy.term_id = wp_posb_terms.term_id
    WHERE taxonomy = 'list-tags' ORDER by name

    but have 2 questions:
    1) How can I add the number of records at the bottom of my report? I have tried everything including the “SQL Query for Count” but just can’t get that number on the report
    2) When exporting the report to PDF, is there a way to display the report name at the top instead of “item”?

    Thanks in advance for your reply

    The page I need help with: [log in to see the link]

  • The topic ‘How to display Count & possibly Title’ is closed to new replies.