From bccf6d5bf4fa0056aeaf30fe851b3da68f02bf77 Mon Sep 17 00:00:00 2001 From: daitingting Date: Fri, 27 Sep 2024 08:59:14 +0000 Subject: [PATCH] * [bug#55534,done,0.5h] Adjust filters. --- module/bi/config/pivots.php | 1 + 1 file changed, 1 insertion(+) diff --git a/module/bi/config/pivots.php b/module/bi/config/pivots.php index 8dfafacb13..4dfd3050c0 100644 --- a/module/bi/config/pivots.php +++ b/module/bi/config/pivots.php @@ -2605,6 +2605,7 @@ and t1.resolution!='' and (case when \$startDate='' then 1 else cast(t1.resolvedDate as date)>=cast(\$startDate as date) end) and (case when \$endDate='' then 1 else cast(t1.resolvedDate as date)<=cast(\$endDate as date) end) and (case when \$product = '' then 1 else t1.product=\$product end) +and not (\$product='' and \$startDate='' and \$endDate='') EOT, 'settings' => array (