Support » Plugin: custom tables » [Plugin: custom tables] More filter options in page

  • Resolved Lenny

    (@lbsources)


    Hello..

    So I’ve created the necessary DB and I have most of what I’m looking for working fine.

    The only thing I cant seem to work out is using the same DB on a single page with multiple filtering and sorting options.

    Ex:
    Here are #1 this week:
    [wctable id=”4″ limit=”50″ filter=”rating=’1′ filter=”week=’42′”]

    This results in showing all rating=1 – I need it to do that, but then select only week=42 entries as well.

    Now I realize I may be able to do this using the actual View Setup -> Table Setup, but this is a bit advanced for my needs right now. I just need to sort based on the criteria for now, which I believe is just a matter of me using the incorrect filtering options..

    Any help?

    Thanks!

    http://wordpress.org/extend/plugins/custom-tables/

Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author Stefan M.

    (@stefan-m-1)

    Hi LBSources

    IN the filter firld you need to add SQL code. You have 2 Filters, so adding them together:
    [wctable id="4" limit="50" filter="rating='1' AND week='42'"]

    Then only rating = 1 and week 42 are shown. Nothing more.

    Otherwise you need to add dropdown filters on the headerline and NOT filter directly in the Tablecode above…

    Regards Stefan

    Thread Starter Lenny

    (@lbsources)

    Stefan,

    Thanks for the help! That worked perfectly!

    A question Stefan .. Is is safe to have multiple tables on a single page sorted like above? Is there any server load risks or other type of concerns in your opinion?

    example:

    [wctable id=”4″ limit=”5″ filter=”name=’david’ AND week=’42′”]
    [wctable id=”4″ limit=”5″ filter=”name=’andrew’ AND week=’42′”]
    [wctable id=”4″ limit=”5″ filter=”name=’mary’ AND week=’42′”]
    [wctable id=”4″ limit=”5″ filter=”name=’drew’ AND week=’42′”]
    [wctable id=”4″ limit=”5″ filter=”name=’albert’ AND week=’42′”]
    [wctable id=”4″ limit=”5″ filter=”name=’constance’ AND week=’42′”]

    etc..

    This list could become pretty long and could have more than 100 names on a single page which equals 100 queries?

    Any concerns?

    Thanks again Stefan..

    Plugin Author Stefan M.

    (@stefan-m-1)

    Absolutely no problem with it.

    Thread Starter Lenny

    (@lbsources)

    Thanks again Stefan! I have other questions, but they are for another thread .. I’m also very happy to donate 🙂

    Plugin Author Stefan M.

    (@stefan-m-1)

    Only ask here or via http://ticket.wuk.ch

    Glad to help if possible

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘[Plugin: custom tables] More filter options in page’ is closed to new replies.