Sorting by Querystring error

I get the following error when i try to sort the list by url

order_by={civicrm_value_price_32___min_price_pcm_398}&order_dir=desc&fabrikdebug=1

And the error is

Code:
00 Fabrik has generated an incorrect query for the list View Establishments: <br /><br /><pre>SQLSTATE[42S22]: Column not found: 1054 Unknown column '{civicrm_value_price_32.min_price_pcm_398}' in 'order clause'</pre>

I have checked the following settings

Show in List - Yes
Allow Ordering - Yes
Include in list query - Yes
Always Render - Yes


What to do you think the issue is.

BTW im using a custom template for the list.

Thanks in advance
 
You must use a database column, not a Fabrik placeholder.
So something like
order_by=min_price_pcm_398&order_dir=desc&fabrikdebug=1
 
We are in need of some funding.
More details.

Thank you.

Members online

Back
Top