如何将 table 值或 table 数据直接放入 Qlikview 中的变量中?

How to get straight table values or table data into an variable in Qlikview?

如何直接将 table 值或 table 数据放入 Qlikview 中的变量中? 因为我要使用通过变量获取的 Javascript 中的 table 数据,并使用 pptxgenjs 库生成 PPT 报告。

使用类似 let MyVar = peek(...) (see documentation for peek() here) 的方式。

如果您需要合并来自多个字段的值,您应该首先使用脚本函数 concat() 将这些值加载到新的(临时)table 中的字符串中,然后使用 peek table.