Contact Sales to request a demo
Request demo
Product
Platforms
Templates
Security
Customer Reviews
Product Updates
Solutions
Success Stories
Partners
Partners
Become Our Partner
Pricing
Support
Help Center
Webinars
Hero Webinar
Manual
Forum
Tutorial Videos
Blog
Contact us
Search
How to enable Javascript
Sign Up
Log in
Support
Forum
Home
Search the community
Home
Learn & Share
Get help
Webinars
Knowledge Base
Latest Activity
Contact Us
Privacy
Home
Latest Posts
Re: Button to Change Value of All Records
Table Make one (ex Table1) Field Make Two (ex Text, Input) Button Formula let myID := number(Id);let myIN := Input;let x := (select Table1 where myID);x.(Text := myIN)
hanimax4001
hanimax4001
4 yrs ago
Get help
Reported - view
Re: Multi Link
Fix minor errors and reload. Do you have a more efficient script? https://www.dropbox.com/s/rwlnsw6850ixy2l/Multi%20Link%20R3.ninox?dl=0
hanimax4001
hanimax4001
4 yrs ago
Get help
Reported - view
Re: Fast Link
I supplemented it and put it back. https://ninoxdb.de/en/forum/technical-help-5ab8fe445fe2b42b7dd39ee7/multi-link-5b409039b7638b1c06fb18c3
hanimax4001
hanimax4001
4 yrs ago
Get help
Reported - view
Re: Button to Create a New Linked Record?
I tried to make multiple selections. Select button (select child records) Connection button (in the invoice) Revert button (1 time only) Done button (dismiss fields of multiple selected child…
hanimax4001
hanimax4001
4 yrs ago
Get help
Reported - view
Re: Can I set both the text value and color value of a formula field so it looks like a color formatted field?
Someone made some very good material somewhere, but I can not find it and put it back. https://www.dropbox.com/s/tqhisec48gzup81/Iconset.ninox?dl=0
hanimax4001
hanimax4001
4 yrs ago
Get help
Reported - view
Re: Multi Link
I made several records so that I could select and connect them.If you know a more convenient way, please upload and modify the uploaded file https://www.dropbox.…
hanimax4001
hanimax4001
4 yrs ago
Get help
Reported - view
Re: Multi Link
https://www.dropbox.com/s/x4bkexr5n6nbky7/Multi%20Link.ninox?dl=0
hanimax4001
hanimax4001
4 yrs ago
Get help
Reported - view
Multi Link
Link multiple https://www.dropbox.com/home?preview=Multi+Link.ninox
hanimax4001
hanimax4001
4 yrs ago
4
replies
2,376
Get help
Re: wrap text??
let a := styled(concat('코드'.'명칭'), "", "red", "white");let b := styled('입고품명', "", "");let c := styled(concat('7.청구서'.'C품명'), "", "");if concat('코드'.'명칭') thenaelseif '입고품명' then b else c endend
hanimax4001
hanimax4001
4 yrs ago
Get help
Reported - view
Re: reference field
가능합니다. https://ninoxdb.de/en/forum/technical-help-5ab8fe445fe2b42b7dd39ee7/fast-link-5b3443ed6e7c80638ac6dabb
hanimax4001
hanimax4001
4 yrs ago
Get help
Reported - view
Re: Button to Create a New Linked Record?
IDD 공식 raw(id) ex) MB141 테이블 마다 값이 문자를 포함한 숫자로 나타난다. 우리는 숫자만을 원하기 때문에 let cx := x.IDD;for q in cx dolet i := number(substr(q, index(q, "MB") + 2)); / 값 141 . . .…
hanimax4001
hanimax4001
4 yrs ago
Get help
Reported - view
Re: Button to Create a New Linked Record?
자동 링크 응용사례 A 테이블 이름: '4.수량산출내역서' B 테이블 이름: '5.실정보고' Reference form A테이블 to B테이블(1:N) A 테이블 버튼 공식 A테이블 과 B테이블의 조건(검색어)이 일치하는 레코드를 자동으로 링크할수 있다 let myID := ID;let my := '검색어';let x := (select '5.…
hanimax4001
hanimax4001
4 yrs ago
Get help
Reported - view
Re: Button to Create a New Linked Record?
https://ninoxdb.de/en/forum/technical-help-5ab8fe445fe2b42b7dd39ee7/fast-link-5b3443ed6e7c80638ac6dabb
hanimax4001
hanimax4001
4 yrs ago
Get help
Reported - view
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 :…
hanimax4001
hanimax4001
4 yrs ago
1
reply
1,590
Get help
Fast Link
레코드 수가 5000개 이상이면 자동 링크가 느려집니다. 더 빠르게 링크를 형성시킬수 있는 방법은 무엇입니까? If the number of records is more than 5000, automatic linking is slower. How can you build links faster? https://www.dropbox.…
hanimax4001
hanimax4001
4 yrs ago
1,226
Get help
Fast Link
레코드 수가 5000개 이상이면 자동 링크가 느려집니다. 더 빠르게 링크를 형성시킬수 있는 방법은 무엇입니까? If the number of records is more than 5000, automatic linking is slower. How can you build links faster? https://www.dropbox.…
hanimax4001
hanimax4001
4 yrs ago
1,170
Get help
Fast Link
https://www.dropbox.com/s/e2sn7kyn9dboeeb/Fast%20Link.ninox?dl=0 레코드 수가 5000개 이상이면 자동 링크가 느려집니다. 더 빠르게 링크를 형성시킬수 있는 방법은 무엇입니까? If the number of records is more than 5000, automatic linking is slower.…
hanimax4001
hanimax4001
4 yrs ago
1,238
Get help
Re: Lookup And Ninox
좀더 이해하기 쉽도록 예제파일을 올려주세요 링크를 만들지 않고 계산할수 있는 방법을 알고 싶습니다. Please upload a sample file to make it easier to understand. I want to know how to calculate without creating a link.
hanimax4001
hanimax4001
4 yrs ago
Get help
Reported - view
Re: Multiple choice field
let no := 0;for i in chosen('Multiple choice') dono := no + number(i)end; 예제 파일이 없어서 이해할수 없습니다. 예제 파일을 올려주세요
hanimax4001
hanimax4001
4 yrs ago
Get help
Reported - view
Re: Command dosen't work in mac App
예제파일을 올려주세요
hanimax4001
hanimax4001
4 yrs ago
Get help
Reported - view
hanimax4001
hanimax4001
20
0
0
Joined: 02 Feb 2018
Follow
Home
Learn & Share
Get help
Webinars
View all topics
Tags