Skip to content
This repository has been archived by the owner on Dec 3, 2024. It is now read-only.

Селект по созданным данным в другом поле этой же таблицы #571

Discussion options

You must be logged in to vote

Что первое пришло в голову :

Код в h_select:

= :   rowlistCreate(field: 'value' = $value; field: 'title' = $title; field: 'is_del' = false)
	value: listCreate(item: "1"; item: "2"; item: "3")
    title: listCreate(item: "Alexey"; item: "Pavel"; item: "Margo")

Код в select_field
#h_select

Получаем это :

Использованная документация:

(https://ru.docs.totum.online/relational-associations)
(https://ru.docs.totum.online/functions#fn-rowListCreate)
(https://ru.docs.totum.online/functions#fn-selectRowListForSelect)

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@mihail-cornev
Comment options

Answer selected by mihail-cornev
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Селекты Селекты и их коды
2 participants