• Resolved Ronny Dohmen

    (@cthulhu1976)


    Hi Tobias,
    first of all: Kudos for providing this extremely useful plugin AND providing the extensive support you give.

    I’ve already worked through a lot of similar questions, yet I still don’t have an idea if the following is possible:

    I’m trying to get rows of a table by date.
    Not a specific day (that works like a charm), but a date range of a week.

    E.g.:
    This one works, but it’s only for returning the 3rd of Sept., of coruse:
    [table id=1 hide_columns="4,5,6" show_rows="1,2,3" filter="03.09.2021" filter_columns="1" /]

    What I’m looking for is filtering every row that has a date between 30.08.2021 and 03.09.2021. Is that even possible? Let alone via parameters in the shortcode?

    Best regards
    Ronny.

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author TobiasBg

    (@tobiasbg)

    Hi,

    thanks for your post, and sorry for the trouble.

    You would have to manually add the filter terms here, combined with an “OR” search, indicated by the ||:

    [table id=1 hide_columns="4,5,6" show_rows="1,2,3" filter="30.08.2021||31.08.2021||01.09.2021||02.09.2021||03.09.2021" filter_columns="1" /]
    

    Regards,
    Tobias

    Thread Starter Ronny Dohmen

    (@cthulhu1976)

    Hi Tobias,

    don’t worry, no trouble at all. Was just wondering if this would be possible. Funny thing is: I was on the right track – tried it -more or less- with logical operators, yet didn’t come up with the most obivous one (didn’t even think of this would work as a shortcode parameter, hence I didn’t even try it).

    So thank you very much for your reply – that works perfectly fine and exactly the way I hoped it would be possible.

    Will add a review later on.
    Thanks again for this literally awesome plugin and your support.

    Have a nice day & best regards from Berlin
    Ronny.

    Plugin Author TobiasBg

    (@tobiasbg)

    Hi,

    no problem, you are very welcome! ?? Good to hear that this helped!

    Best wishes,
    Tobias

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Filter by date range possible?’ is closed to new replies.