|
|
|
@ -44,7 +44,7 @@
|
|
|
|
|
Dec.HW.importTableData(tableData, function (res) { |
|
|
|
|
if (res.status === "success") { |
|
|
|
|
BI.Utils.addTables2Pack({ |
|
|
|
|
packId: "__my_analysis__" + BI.Utils.getCurrentUserId() + BI.Utils.getUserEngine(), |
|
|
|
|
packId: "__my_analysis__" + BI.Utils.getCurrentUserId() + 1, |
|
|
|
|
tables: [{ |
|
|
|
|
tableName: tableData.tableName, |
|
|
|
|
connectionName: tableData.connection |
|
|
|
|