Hi,
I 'm searching forum and FAQs one day allready and I confused.
How could I show the records of a table depending of the selection in a drop down element? Do I have to use chronoconnectivity?
The drop down is dynamic (data from a table)
The records I want to appear are in a different table that is connected to the first one with a foreign key.
Until now I used 2 multirecord loaders, dynamic data and 2multirl, dynamic data with ajax all previous. Nothing worked (I'm sure something do it wrong).
Thanks
I 'm searching forum and FAQs one day allready and I confused.
How could I show the records of a table depending of the selection in a drop down element? Do I have to use chronoconnectivity?
The drop down is dynamic (data from a table)
The records I want to appear are in a different table that is connected to the first one with a foreign key.
Until now I used 2 multirecord loaders, dynamic data and 2multirl, dynamic data with ajax all previous. Nothing worked (I'm sure something do it wrong).
Thanks
HI kalkal,
I don't understand what you need to do? If you want a select drop-down with a listing below it you can use the Data Displayer of the DB Multi Record Loader action in ChronoForms, ir you could build a listing in ChronoConnectivity. Either will work OK. The CF version is a bit easier to do.
Bob
I don't understand what you need to do? If you want a select drop-down with a listing below it you can use the Data Displayer of the DB Multi Record Loader action in ChronoForms, ir you could build a listing in ChronoConnectivity. Either will work OK. The CF version is a bit easier to do.
Bob
Ok,
I'm trying but I can't do it.That's the data:
1 drop down with dynamic data from the table kz_idrymata (with fields kwdikos, idryma)
Until here it;s ok.
Now, I want after above selection to display data of another table (kz_tmima with foreign key kwdikos).
I use the "link two DB Multi Record Loaders" FAQ but it doesn't do anything exept to display the fields titles as tags.
What should I do?
I'm trying but I can't do it.That's the data:
1 drop down with dynamic data from the table kz_idrymata (with fields kwdikos, idryma)
Until here it;s ok.
Now, I want after above selection to display data of another table (kz_tmima with foreign key kwdikos).
I use the "link two DB Multi Record Loaders" FAQ but it doesn't do anything exept to display the fields titles as tags.
What should I do?
Hi kalkal,
I'm sorry I don't understand what you are trying to do. Do you want to display records from table or to build a drop-down select element using them???
Bob
I'm sorry I don't understand what you are trying to do. Do you want to display records from table or to build a drop-down select element using them???
Bob
Hi Bob,
I'm trying to make a dynamic drop down selection and to display data (multiple records) after this selection.
For example to select the name of a university and after that to display all the departments of this university.
The problem is:
the dynamic drom down depends on a table (kz_idrymata)
and the display data is in another table (kz_tmima) that is joined with the first one with the field kwdikos.
As I said before I made the dynamic drop down but I can't display data (I follow the steps of
Thank you
I'm trying to make a dynamic drop down selection and to display data (multiple records) after this selection.
For example to select the name of a university and after that to display all the departments of this university.
The problem is:
the dynamic drom down depends on a table (kz_idrymata)
and the display data is in another table (kz_tmima) that is joined with the first one with the field kwdikos.
As I said before I made the dynamic drop down but I can't display data (I follow the steps of
link two MultiRecord Loaders FAQ
)Thank you
I did it with a drop down selection (that it depends on a table) and on submit it takes the value of the drop down and displays data from another table where field1=value of selection
(In my country this solution called the mini-marketer solution -mpakalistiko way).
But it seems like not a very good solution. First, because i would like to do it without submit and secondly because when it displays the data, disappears the drop down element.
Is any way to do it better?
(In my country this solution called the mini-marketer solution -mpakalistiko way).
But it seems like not a very good solution. First, because i would like to do it without submit and secondly because when it displays the data, disappears the drop down element.
Is any way to do it better?
Hi kalkal,
If you are listing the data then you will need to use Connectivity, you will need to setup a relation between your 2 models and use the dropdown as a filter field, and I suggest using CCv5 for this
Regards,
Max
If you are listing the data then you will need to use Connectivity, you will need to setup a relation between your 2 models and use the dropdown as a filter field, and I suggest using CCv5 for this
Regards,
Max
Is there any How To.. to get some help for what I'm trying to do?
I'm little confused about what model id to write first and what second (I have a multi tables relation). Also what I have to write in WHERE statement so the records that will be displayed to be filtered by the drop down selection of my form?
Thank you.
I'm little confused about what model id to write first and what second (I have a multi tables relation). Also what I have to write in WHERE statement so the records that will be displayed to be filtered by the drop down selection of my form?
Thank you.
Hi Kalkal,
The new questions are about Connectivity ? if yes the I suggest that you use v5 and check the tutorials under the FAQs section.
Regards,
Max
The new questions are about Connectivity ? if yes the I suggest that you use v5 and check the tutorials under the FAQs section.
Regards,
Max
This topic is locked and no more replies can be posted.
