Querying parse.com for values greater than

I am trying to make a query from parse.com for values greater than. While “=” works fine I cant get “>” or “<” working.

working one:

&nbsp;local queryallJobsTable = { ["where"] =&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; { ["price"] = variable} }

 Not working:

&nbsp;local queryallJobsTable = { ["where"] =&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; { ["price"] \> variable} }

Many thanks