Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
sogloqlik
Creator III
Creator III

Data volume in SAP SQL connector

Hi all,

 

Is there a way to know what is the data volume being transferred from SAP system when using SAP SQL connector? in Kb, not in rows?

I activated the Trace property in the connector properties, but it gives the numbers of rows only.

 

Regards

 

Labels (1)
2 Replies
marcus_sommer

Something like:

((Field1 * Datatype) + (Field2 * Datatype) + ... ) * NumberOfRecords

should be quite near the truth which would mean that knowing the rows should be sufficient.

sogloqlik
Creator III
Creator III
Author

Hi,

 

Thank you for the answer but it wasnt what i was looking for.

 

Regards,