Hi,
I have an SQL query and i tried multiple options to keep the formatting of the excel file but it still keeps the duplicates in the excel file
what i have done..
1). I used count records to see how many rows are there.. then I add 1 to the count so that it will add NULL record/row
2). I did a right join based on the record ID and the row count
3). Using the row count to pass to the sheet range
3). used overwrite sheet or range -
4).checked keep formatting
for some reason i still have duplicates in the excel file
attached 2 screenshots... looks like i am missing something