Hi, I am quite sure that I'm missing something obvious, but I'm absolutely pulling my hair out. I am trying to pull data out of a TinyTable based on a variable. Here's an example: <dtml-in "TinyTable(row_id= myVariable)"> <dtml-var col_1> </dtml-in> If I replace myVariable with a literal, like '1', it works (naturally). What am I overlooking? Thanks in advance, Aaron Gillette