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

How to implement "having" clause in FM

Started by kalyan_y, 22 Jul 2009 11:58:35 PM

Previous topic - Next topic

kalyan_y

Hi...
   Can anyone suggest how to implement "having" clause in FM

kalyan_y


bl

#2
Few ways i think

* Use a filter in the Summary Filter section of ReportStudio (or QueryStudio)
* Make the filter in FM filter a value against an aggregate function...  Ex:  total([amount]) = 100     That should force the query to group the data and filter against the summed value