How to compare numeric data

ravisagar - April 8, 2009 - 07:52
Project:Table Manager
Version:5.x-1.4
Component:Code
Category:bug report
Priority:normal
Assigned:Unassigned
Status:closed
Description

Lets say I have the data of the employees

Name | Designation | Age

Now I want to filter the data of those employees who are above 25. I couldn't do it.

This is how I tried it but it is giving me blank result :(

<?php
print tablemanager_display(2, NULL, FALSE, array('column' => 3, 'start' =>"25", 'end' =>"100"));
?>

#1

pobster - August 23, 2009 - 09:49

Apologies but I didn't ever read this, it seems to work just fine for me?

Pobster

#2

pobster - August 25, 2009 - 15:19
Status:active» closed
 
 

Drupal is a registered trademark of Dries Buytaert.