We started with over 5000 sku's that need this information. It has been a slow effort to get it to trickle in. So to better track the info, I was asked to include a count of how many items are on the report. Previously we were copying it to Excel and seeing how many rows there were.
So the first idea is to add count(dbo.imitmidx_sql.item_no) to the query...
![]() |
First thought |
However, I had a bad feeling that wasn't going to work out too well.... I was right.
![]() |
Error message |
![]() |
New query definition |
I copied my original one, and added a "part 2" to the name and description to keep them straight. Then I removed all of the columns and put in my counter.
![]() |
New additional query |