請問如何寫創N個月新高 營收年增/累積營收年增
有爬文找到營收創新高,跟營收年增value=GetField("月營收年增率"); 但組合再一起就出錯,求教
input:N(60); setinputname(1, "期別");
SetTotalBar(3);
if GetField("月營收", "M") >= Highest(GetField("月營收", "M"),N) then ret=1;
SetOutputName1("月營收");
OutputField1(GetField("月營收", "M"));
1 評論