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

    (@meitar)

    You’re not actually using a variable in the shortcode because you have used single-quotes (a literal string) to define your shortcode.

    Thread Starter docreid

    (@docreid)

    Thank you! That is so odd because I see that syntax everywhere on the wp forums. So when I replace ‘ with “, I get a message from google saying the requested document can’t be found. I realize this is not an inline google spreadsheet viewer issue…the plugin works perfectly and produces a really nice looking table…I’m just trying to find a way to make only certain lines viewable by each user…

    Plugin Author Meitar

    (@meitar)

    I’m just trying to find a way to make only certain lines viewable by each user…

    Use the gdoc_query filter, provided by the plugin, to modify the query attribute value on the fly. See also https://ww.wp.xz.cn/support/topic/using-user-meta-data-to-return-rows

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

The topic ‘Using a variable in the 'where' clause’ is closed to new replies.