IsBlank( First( Cities ).Weather ) 此标签显示 false,因为 Weather 字段包含值 ("Rainy")。 添加第二个按钮,然后将 OnSelect 属性设置为以下公式: Power Fx 复制 Patch( Cities, First( Cities ), { Weather: Blank() } ) 预览应用,单击或点击所添加的按钮,然后关闭预览。 Cities 集合中第一条记录...
IsBlank( First( Cities ).Weather ) 此标签显示 false,因为 Weather 字段包含值 ("Rainy")。 添加第二个按钮,然后将 OnSelect 属性设置为以下公式: Power Fx 复制 Patch( Cities, First( Cities ), { Weather: Blank() } ) 预览应用,单击或点击所添加的按钮,然后关闭预览。 Cities 集合中...
IsBlank( First( Cities ).Weather ) 此标签显示 false,因为 Weather 字段包含值 ("Rainy")。 添加第二个按钮,然后将 OnSelect 属性设置为以下公式: Power Fx 复制 Patch( Cities, First( Cities ), { Weather: Blank() } ) 预览应用,单击或点击所添加的按钮,然后关闭预览。 Cities 集合中第一条记录...
The IsBlank function tests for a blank value or an empty string. The test includes empty strings to ease app creation since some data sources and controls use an empty string when there is no value present. To test specifically for a blank value use if( Value = Blank(), ... instead ...