• Resolved GMRobbins

    (@gmrobbins)


    I have a sheet of players with game statistics. I want to display via NinjaTables all records with more than 3 games played. Something like: if “games” >3, then display records. Any players with less than 4 games are not displayed.

    I have tried various shortcodes with no luck.

Viewing 1 replies (of 1 total)
  • Plugin Support Syed Numan

    (@annuman)

    Hello @gmrobbins,

    Using Advanced Shortcode, this is relatively easy to do, but first, you will have to configure the Game column data type as Numeric Value. Then use the shortcode on the page to display only rows that contain greater than 3 values in the Game column cell.

    [ninja_tables id="your table ID" filter="{gt}3" filter_column='game column's column key']

    Thank You

Viewing 1 replies (of 1 total)

The topic ‘Filter Google Sheet’ is closed to new replies.