Viewing 4 posts - 1 through 4 (of 4 total)
Hi Eirik,
Please tell me for both Multi dimension and Tabular ?
Many Thanks,
Raj
May 25, 2018 at 6:02 am
Hi Eirik,
The Intended target platform is SQL Server...
May 23, 2018 at 7:07 am
Hi Thom,
Below is the query I've tried and it working.
GO
SELECT *FROM YourTable;
WITH CTE AS (
SELECT *, ROW_NUMBER() OVER (PARTITION BY BOOKING_NUM ORDER...
November 15, 2017 at 10:09 am
Hi Thom,
Thank you so much the query worked like a charm 🙂
I have another issue can you help me with the query, please?