Search found 133 matches

by yaoying
06 Jul 2023, 08:20
Forum: Bug Report version 3.4.4
Topic: "MySQL query" Query the "Multilevel Dropdown" value of the current record, display the number
Replies: 4
Views: 1110

Re: "MySQL query" Query the "Multilevel Dropdown" value of the current record, display the number

How does the field type "MySQL query" get the "Multilevel Dropdown" field value?

"MySQL Formula" uses 'use entity_item_value()' incorrectly?
by yaoying
05 Jul 2023, 12:30
Forum: Bug Report version 3.4.4
Topic: "MySQL query" Query the "Multilevel Dropdown" value of the current record, display the number
Replies: 4
Views: 1110

"MySQL query" Query the "Multilevel Dropdown" value of the current record, display the number

"MySQL query" Query the "Multilevel Dropdown" value of the current record, display the number
by yaoying
03 Jul 2023, 20:37
Forum: Discussion
Topic: Copy tree structure from one entity to another
Replies: 7
Views: 518

Re: Copy tree structure from one entity to another

Is there a new way to clone entities?point out to some code snippet/s?
by yaoying
03 Jul 2023, 18:27
Forum: Discussion
Topic: Based on the criteria, the field content is automatically filled
Replies: 14
Views: 526

Re: Based on the criteria, the field content is automatically filled

Sorry JS I failed to try again because I didn't understand it at all. Sorry, I don't know programming. In DEMO I did the fields and demos, where "Auto Fill Price (MySQL Formula)" was implemented in MySQL. Another "MySQL Formula" field type, without the "Perform dynamically&q...
by yaoying
03 Jul 2023, 17:54
Forum: Bug Report version 3.4.4
Topic: Adjust the last line of the display list No
Replies: 2
Views: 115

Re: Adjust the last line of the display list No

Yes, after enabling, the last line of the last column is not close to the content, will it be very unsightly?
by yaoying
02 Jul 2023, 19:46
Forum: Discussion
Topic: Based on the criteria, the field content is automatically filled
Replies: 14
Views: 526

Re: Based on the criteria, the field content is automatically filled

Hi, because of the code will not be the reason, A lot of time will be used。I after consulting the information and testing, using MYSQL to achieve the demo template, I export it backup, you can import it into version 3.4, JS I tried failed, can not achieve. I tried to write the database code, but wro...
by yaoying
02 Jul 2023, 19:33
Forum: Discussion
Topic: myslq function acquisition Multilevel Dropdown Global Lists name?
Replies: 2
Views: 92

Re: myslq function acquisition Multilevel Dropdown Global Lists name?

SELECT app_global_lists_choices.name /*Columns to find */ FROM app_global_lists_choices /*Table to look up */ WHERE parent_id = SUBSTRING_INDEX (e.field_240,',',1) /*condition */ order by app_global_lists_choices.name desc LIMIT 1 /*Returns a message about the maximum value */ e.field_240 Multileve...
by yaoying
02 Jul 2023, 16:06
Forum: Bug Report version 3.4.4
Topic: Adjust the last line of the display list No
Replies: 2
Views: 115

Adjust the last line of the display list No

Adjust the last line of the display list No
by yaoying
02 Jul 2023, 14:03
Forum: Discussion
Topic: myslq function acquisition Multilevel Dropdown Global Lists name?
Replies: 2
Views: 92

myslq function acquisition Multilevel Dropdown Global Lists name?

In the "MySQL Formula" field type, get the field content as "Multilevel Dropdown" and use the "name" content of "Global Lists" , as well as the ID and parent ID methods of "name" https://docs.rukovoditel.net/index.php?p=25#get_value Only the method o...
by yaoying
02 Jul 2023, 07:43
Forum: Discussion
Topic: Entity drop-down list (ajax) How to judge ( dropdown list ) ( global lists ) value and make conditional judgment
Replies: 6
Views: 338

Re: Entity drop-down list (ajax) How to judge ( dropdown list ) ( global lists ) value and make conditional judgment

https://docs.rukovoditel.net/index.php?p=25#MySQL_query Add a method here: Query a value of the global list when the entity does not have any linked global list app_global_lists_choices.id =13 13 Is the ID of the global list (SELECT app_global_lists_choices.name FROM app_global_lists_choices WHERE a...