Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
4 years ago

Group Data From Azure Table timeout

My report has two table A and B, A is from Azure Table, B is generated by A (B = select A.*, sum(A.xxx) from A inner join A )   And I found that if data source is from Azure Table, although refre...