Numerical values – how sorting and filtering?
-
Hi,
Please tell me how can I sort and filter numerical values? May be I don’t found description of this process, I’m sorry. Please help!
For example, I made 2 fields as text string type – debt_month and debt_goal.
I have 12 records. To fields of one record I inputs numerical values, f.e.:
debt_month = 3000
debt_goal = 10000.
Other records have zero value.
I place next shortcode in page:
Total debtor: [pdb_total filter="debt_month!0|debt_goal!0"]
But in result I get all 12 records instead 1. The same situation when I used this construction in list view:
[pdb_list filter="debt_month!0|debt_goal!0" search="true" sort="true" list_limit="10"]
I watched in database via phpMyAdmin but I could not find decimal type (may be BIN type?)….
Please help and tell hoe can I solve this problem.
Regards,
Arnold
- The topic ‘Numerical values – how sorting and filtering?’ is closed to new replies.