Endeca Presentation API
HavingFilter Property
NamespacesEndeca.Navigation.AnalyticsStatementHavingFilter
Gets and sets the HAVING clause for this Statement.
Declaration Syntax
C#Visual BasicVisual C++
public virtual IFilter HavingFilter{ get; set;}
Public Overridable Property HavingFilter As IFilter
public:
virtual property IFilter^ HavingFilter {
	IFilter^ get ();
	void set (IFilter^ value);
}
Value
An IFilter containing the HAVING clause for this Statement.
Remarks
A HAVING clause acts as a filter on output aggregated records. In other words, it specifies a post-filter for this Statement.

Assembly: Endeca.Navigation (Module: Endeca.Navigation) Version: 0.0.0.0