0

Fast Link

레코드 수가 5000개 이상이면 자동 링크가 느려집니다.

더 빠르게 링크를 형성시킬수 있는 방법은 무엇입니까?

If the number of records is more than 5000, automatic linking is slower.

How can you build links faster?

 

let myID := Id;
let x := (select '2.계약내역서' );
let cx := x.IDD;
for q in cx do
let i := number(substr(q, index(q, "B") + 1));
let new := record('2.계약내역서',number(i));
let qq := new.('검색' := myID);
qq
end

 

https://www.dropbox.com/s/e2sn7kyn9dboeeb/Fast%20Link.ninox?dl=0

1 reply

null

Content aside

  • 5 yrs agoLast active
  • 1Replies
  • 1608Views