Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
I wanted to format my grid similar to some report in excel where i have blank rows in a grid. Is that possible that we can add blank rows at specific number in a grid?
Shumail
Can anyone help me out in this?
Still not get the solution on this, please help?
Hello Shumail,
It's possible since you can read an entire excel file, including empty rows. What you need to do is creating a new field in the LOAD part of the excel file with
RecNo() AS RowNumber
and then start your charts with RowNumber as dimension.
Hope that helps