![]() |
Sergey Kornilov admin 2/8/2010 |
Two step process
$_SESSION["level"] = $data["AccessLevel"];
$strWhereClause = whereAdd($strWhereClause, "AccessLevel >= " . $_SESSION["level"]);
|
M
|
mark@superience.com 2/9/2010 |
I have done this in the past with normal pages and charts, but what event do you use with reports? |
M
|
mark@superience.com 2/9/2010 |
Never mind, I just upgraded to 5.2 and all is well in the world. |
W
|
wypman author 2/10/2010 |
Two step process
$_SESSION["level"] = $data["AccessLevel"];
$strWhereClause = whereAdd($strWhereClause, "AccessLevel >= " . $_SESSION["level"]);
|