Sequence函数生成单列的顺序数字(如 1、2、3)表。 列的名称为Value。Sequence( 4 )等效于[1,2,3,4]。 可使用Sequence和ForAll函数迭代特定次数。 例如,以下公式向集合MyRandomNumbers添加 10 个随机数字: Power Fx ForAll( Sequence( 10 ), Collect( MyRandomNumbers, Rand() ) ) ...
Now I also defined a Counter, which counts in what step you are. So when you click on next after selecting a Situation it is on 1 for the first step. I use the LookUp function with the Counter on the loaded Situ1 table to mimic indexing and finding the correct Screen to navigate to...
Sequence 函式會產生單一序號的清單,例如 1、2、3。 欄名稱為 Value。 Sequence( 4 ) 等效於 [1,2,3,4]。使用Sequence 搭配ForAll 函式來重複特定的次數。 例如,下列公式可將 10 個亂數新增至集合 MyRandomNumbers:Power Fx 複製 ForAll( Sequence( 10 ), Collect( MyRandomNumbers, Rand() ) ) ...
Sequence 函式會產生單一序號的清單,例如 1、2、3。 欄名稱為 Value。 Sequence( 4 ) 等效於 [1,2,3,4]。使用Sequence 搭配ForAll 函式來重複特定的次數。 例如,下列公式可將 10 個亂數新增至集合 MyRandomNumbers:Power Fx 複製 ForAll( Sequence( 10 ), Collect( MyRandomNumbers, Rand() ) ) ...