If you are unable to create a new account, please email support@bspsoftware.com

 

News:

MetaManager - Administrative Tools for IBM Cognos
Pricing starting at $2,100
Download Now    Learn More

Main Menu

Filter problem

Started by praveendammu, 25 Jan 2008 11:20:02 PM

Previous topic - Next topic

praveendammu


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

Suraj

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?

jahnavi

We can define when clause in a filter

In case statement we can use

Case

when ( condition) then(expression)

else(expression)

end