Customer Banners (Ads) - SpiceUp. AX and SpotfireX Disclaimer



If you find this site useful and you want to support, buy me a coffee   to keep this site alive and without ads.

Get visible rows from active visualization

myTable = Document.ActiveDataTableReference

for row in Document.ActiveFilteringSelectionReference.GetSelection(myTable).AsIndexSet():
   print row

No comments: