3.53.3

Navigation:  3.53 >

3.53.3

Previous pageReturn to chapter overviewNext page

Enhancement: Dynamic filter condition – e.g. NOT condition on user demand in Filter

In previous ProMo+ versions it was possible to specify for some controls (Textbox,..) ‘=’ or ‘LIKE’ filter condition. It was also possible to specify ‘<>’ or ‘NOT LIKE’ condition. Since last version 3.53 also ‘NOT IN’ condition can be specified for CHECKEDLISTBOX and MULTIPLELIST controls (before always IN operator was used).

 

In previous version this filter condition was fixed as defined in Template.

Filter condition is now dynamic and it can be changed to any valid operator based on values of other controls as evaluated by Excel formula.

 

By default search with IN operator (it means projects where ‘Type Offre’ = Catalog or Services):

clip0043

Search projects where ‘Type Offre’ is different than Catalog or Services:

clip0044 clip0045

Create a checkbox control in Filter view/worksheet:

clip0046

Add the control to Controls worksheet with blank Source table and field:

clip0047

Change the’Conditions’ property of target PM filter control from fixed text (e.g. = or in) to formula evaluating the checkbox value:

clip0048

Enhancement: Filter named “startup” is applied after user logs in

User can create in Filter view a filter named “startup” which will be applied automatically each time she logs in.

Enhancement: Breakdown reports – it is possible to define condition for individual reports appended to applied filter in ProMo+

For breakdown reports, user can now specify condition to apply for the report used in addition to applied filter in ProMo+ to limit individual reports in Excel:

 pmreport(breakdown,report1,,statut='CR')
 pmreport(breakdown,report2,,statut<>'CR')

The 4th parameter (3rd can be allversions to create report from all project versions) can be any valid SQL condition.