I want sort a column. Below is screen shot. I want the '-' to be at top and sorted by A_Z . I want to see the number portion like 13-11-26-218-53, on bottom. The _ should be at Top followed by CAM0002, etc. Please suggest.
Data: NoConcatenate Load Dual(Product,If(Product='-', NoOfRows('TempData'), RowNo())) AS Product, Date, Price Resident TempData Order By Product ; drop Tables TempData;