I have a custom workspace form and it has tiles and filters
one of the filter is resource
and one of the tile is Planned production order.
Now the tile shows count of std form planned production order (form has count 397)
and when i click the tile this same std form opens.
Now I have attached a Query to tile to get count
in query I have added main DS ReqPo and its child DS InventDim, ReqTrans, ReqPlanVersion (all by inner join to ReqPo)
now the count comes 397
but when I attach ReqRouteJob to ReqTrans by inner join count comes 748
by outer 888
by exists 257
non exists 140
i am not getitng the default count 397
But when i change the filter i.e add a value in resource filter the count tht gets updated is proper.
Why this DS I added coz on the std form when i select a record and click on btn job in action pane a form opens with DS ReqRouteJob where there is a field WrkCtrId which range is applied to resource
so i added it and relation is ReqPlanVersion and ReqTrans RefId and ReqRouteJob ReqPold this is std relation.
Can u suggest a way out tht default count 397 same as record in form and then when i change the filter acc ot value entered count should change?