Hi Chayce,
I have input the formula as above.
var text rootNumber = Case([Type],
"Provisional Sum","1",
"Variations","2",
"Anticipated Variations","3",
"");
var number counter = Size(GetRecords("{'3'.LT.'" & [Record ID#] & "'}AND{'Parent Field FId'.EX.'" & [Related Project] & "'}AND{'Type Field Fid'.EX.'" & [Type] & "'}",Dbid())) + 1;
$rootNumber &"."&PadLeft(ToText($counter),2,"0")
Is there anything I need to change?
and it show something like this?
Do I need pipeline?
------------------------------
Harris Tse
------------------------------