[Vtigercrm-commits] [vtiger development] #4091: Report Filter - And Or Statements?

vtiger development vtiger-tickets at trac.vtiger.com
Tue Aug 7 05:31:49 EDT 2007


#4091: Report Filter - And Or Statements?
------------------------+---------------------------------------------------
  Reporter:  dina       |       Owner:  allen 
      Type:  defect     |      Status:  closed
  Priority:  major      |   Milestone:  5.0.4 
 Component:  vtigercrm  |     Version:  5.0.3 
Resolution:  fixed      |    Keywords:        
------------------------+---------------------------------------------------
Changes (by mangai):

  * status:  new => closed
  * resolution:  => fixed

Comment:

 Dear Dina & enaille,

 If you specify the advanced filter conditions as given below,

 '''Status - contains - Business Install - and'''

 '''Status - contains - Residential Install'''

 It will not give any result, as it will search for both the
 values(Business Install & Residential Install) in Status field. No
 Activities will not have both the values(Business Install & Residential
 Install) as its status.

 Instead of specifying codition like this, give as given below

 '''Status - contains - Business Install, Residential Install'''

 So it will result all the activities contain status as Business Install or
 Residential Install

 I've tested it with latest source of vtiger CRM, It is working fine.
 Kindly checkout the latest source, test it and let me know your feedback.

 Thanks & Regards,
 Minnie.

-- 
Ticket URL: <http://trac.vtiger.com/cgi-bin/trac.cgi/ticket/4091#comment:3>
vtiger development <http://trac.vtiger.com/>
vtigerCRM




More information about the vtigercrm-commits mailing list