Hi
This is praveen,am facing one problem with filters.
Can u define "where clause" in filter on report studio,What is the syntax.
any body can help me
its argent
The equivalent to where clause in RS is either if else statement or case statement.
if () then () else ()
case
when then
when then
else
end
Where are you having problem?
We can define when clause in a filter
In case statement we can use
Case
when ( condition) then(expression)
else(expression)
end