Assuming itemname is required, the following 3 results were found.
say I have one RDL or SSRS Solution. I could do a dataset per SQL query but it doesn't seem that ideal. In Theory: SELECT ItemName, DATEPART(dayofyear, ItemDate) as DayOfYear, DATEPART(year, ItemYear) AS YearRun, COUNT(ItemName) AS Counter FROM...
(BCY)" AS "CnTotal", cni."Buy Price" AS "ItemBuyPrice", cni."Discount Amount (BCY)" AS "ItemDiscount", cni."Item Name" AS "ItemName", cni."Item Price" AS "ItemPrice", cni."Quantity" AS "ItemQty", cni."Sub Total" AS "ItemSubtotal", cni."Tax Amount" AS...
m_Response = Map(); l_JsonProducts = List(); // // start preparing CSV file to email for export v_ReportCSV = "ItemID,ItemName,Price,CurrencyCode,QuantityAvailable,SKU,DateCreated"; l_CsvFileRows = List(); l_CsvFileRows.add(v_ReportCSV); // // get...