• Resolved cvsts

    (@cvsts)


    Hi Tobias,

    I have a table that I would like to use on multiple pages with different row filtering based on numbers.

    Example Table:

    Row 1 | 1000
    Row 2 | 5000
    Row 3 | 3000

    Example Page:

    I want to display table with column B rows 2000> but <4000

    Results:

    Row 3 | 3000

    ***

    Is that currently possible someway? Ideally it would be possible to combine with the word filtering.

    Thank you for your hard work and excellent support.

Viewing 1 replies (of 1 total)
  • Plugin Author TobiasBg

    (@tobiasbg)

    Hi,

    thanks for your post, and sorry for the trouble.

    No, sorry, filtering for actual numberic ranges is not possible. The only chance (if you are using only a few integer numbers) would be to combine them in an “OR” statement, like

    [table id=123 filter"3000||4000||5000" /]
    

    to find everything from 3000 to 5000 (but no intermediate values).

    Regards,
    Tobias

Viewing 1 replies (of 1 total)
  • The topic ‘Row filtering on number ranges’ is closed to new replies.