Early Access: The content on this website is provided for informational purposes only in connection with pre-General Availability Qlik Products.
All content is subject to change and is provided without warranty.
跳到主要内容 跳到补充内容

Drop field

在执行脚本期间,可以使用 drop field 语句随时从数据模型和内存中删除一个或多个 Qlik Sense 字段。表的 "distinct" 属性在 drop field 语句之后被删除。

信息注释drop fielddrop fields 都是允许的格式,效果完全一样。 如果未指定任何表格,字段将从全部表格中删除。

语法:  

Drop field fieldname { , fieldname2 ...} [from tablename1 { , tablename2 ...}]

Drop fields fieldname { , fieldname2 ...} [from tablename1 { , tablename2 ...}]

示例:  

Drop field A;

Drop fields A,B;

Drop field A from X;

Drop fields A,B from X,Y;

本页面有帮助吗?

如果您发现此页面或其内容有任何问题 – 打字错误、遗漏步骤或技术错误 – 请告诉我们如何改进!