IldiW
Explorer
Member since ‎02-12-2022

User Statistics

  • 21 Posts
  • 0 Solutions
  • 6 Kudos given
  • 3 Kudos received

User Activity

Thanks for reading! I'm trying to find a way to make this query work with variables to list documents where the item price was within a range and the document date is later then something. It seems to be working fine as long as I have defined dates...
Hi, we have a scenario where a Sales BOM item is sold from two warehouses (the components are also sold as separate products). The desired process is that the child items are consumed from the warehouse where the parent item was sold. Instead, they...
Hi Team, I'm trying to identify customers who purchased from one warehouse but not from the other and I have this query, which is working and giving the correct answer but takes nearly 3 minutes to run, even though the timeframe is very short (only...
Hi Everyone, this has been asked earlier by someone else but I don't think there was a solution at the time. I have the query below running fine in Query manager with less then 10 rows, as expected and each row displaying unique results.Once I ha...
Hi Everyone!I have a query running fine in SSMS and it has no variables. When I try to run the same in B1, it's asking for the ItemCode to be chosen by the user..? Any ideas on what I'm doing wrong?Thanks! SELECT distinct T1.ItemCode , (SELECT SUM(...