Skip to Content
0
May 26, 2021 at 07:42 PM

SAP B1 Drill Down on Count Widget using OWOR

158 Views

Hi,

I want to make a count widget using the OWOR table and the yellow arrows (drill down) doesn't appear.

The query is that:

select owor.“DocNum”, owor.“ItemCode”, owor.“StartDate”
from owor
where owor.“Status” = ‘R’
order by owor.“DocNum”

But when I click on the widget the yellow arrows doesn't appear:

image