• Dear

    I’ve created a view in myphpadmin and I’m able view is using ‘wp data access’.

    The issue that I’m trying to solve, is to insert a parameter in which I can select the between date to view related data.
    is it possible?

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter mrams93

    (@mrams93)

    I’ve found the filter shortcode, but I’m looking for one not hardcoded.

    the filter should be based on user input.

    Plugin Author Passionate Programmer Peter

    (@peterschulznl)

    Hi,

    Welcome to the forum! 🙂

    Version 3.1.5 allows you to use a filter based on user input. Unfortunately, it is not yet documented. Sorry! I just didn’t come to that…

    It works like this:
    – Add an argument to your request (supports POST and GET)
    – Give your argument the name of your column prefixed with wpda_search_column_
    Example: <input name="wpda_search_column_last_name" value="mrams93">
    Adds condition: last_name = 'mrams93'

    That’s it! 🙂 Hope this helps…

    Best regards,
    Peter

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Parameter / Filter / Where — Between’ is closed to new replies.