Please Log in or Create an account to join the conversation.
That's working as intended. It will not inherit existing data from the fields it's utilizing. The fields it's utilizing will be used for their display output and various behaviors only.Once it was created, it hid everything from the existing fields, and didn't auto-populate with the existing data....
Nope, it uses JSON as you're seeing.So, i'm sure its possible creating anew Comma denominated field since my activity log shows the below:
Correct.So, I went and tested this new field and added my data into it. It worked out just great! But, it appears I would have to have everyone re-add their vehicle information onto the site (all 500 members).
There is no searching behavior for Field Groups at this time. This is currently being implemented. Field Groups however can display on a userlist perfectly fine.So, I next went to the Members Vehicle CB List on our site. Everything but the members name was missing ;-/
The fields in a Field Group will utilize the parameters of the fields it's displaying. You can not display just 1 field of a field group in a userlist column. Beyond that I don't understand what you're asking.So, I went to the List Admin and updated it with the new Field Group field and it ran the entire list of fields in one column. It didn't allow me to say which ones I wanted showing or not, and where. Is that part still in development?
It's working exactly as it's designed to work. Whether that's what you need or not is up to you to determine. Suggest taking a look at it on our demo site below.So, with it not working the way I would need it to work, I disabled the field and everything returned to normal.
There's nothing to iron out as it's working exactly as it was designed. The only major functionality missing at this time is searching of field group fields.Since this is new, im sure it may be still getting ironed out, or am I doing something wrong?
No, but you could override the userlist layout view for the fields you're displaying in the field group I suppose.Is there a way in the lists for it to read the fields you have in the group, and indicate which you want to show or not like a regular list?
No.Also, is there a way to automatically import over the existing information in the existing fields into the new Field Group field?
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
It's a completely new field so it's of course going to require users to enter their information as they would any new field. It is impossible for existing fields storage behavior to work with a repeat usage (e.g. you can't store a json string in an integer database column). It was not and never will be designed to take over the data of an existing field, sorry.The reason I was asking these questions was, it would be more beneficial to existing established users databases that it had this function in it, instead of requiring users to re-enter existing data for a field group reading existing already built fields. Granite I have only 500 members, that a lot. Especially if some of them are no longer around and we keep them in our database for historical purposes. This is perfect for a new site just starting out, not so much for existing.
It will show every field you've grouped together. You can not group 10 fields then decide to show 3 on a userlist. There is no functionality for that and no plans for such functionality. If you don't want a specific field in the field group to show on a userlist you can try overriding that specific fields userlist value layout as the field group will respect a fields parameters. Worse case you simply use CSS to hide the fields you don't want displayed. Example display of a field group on a userlist as follows.List, doesn't work well with it. Maybe it wasn't tested with multiple fields. If you have multiple fields in the group, it will put the selected fields in order you have it in the group field however, at some point it will start running over. There is no way to sort the data from what I can see in the lists so that's almost pointless and there is no way to only show certain fields only in the list (to limit space), and it link to the profile to show all of it.
It works the same as Joomla field groups basically in reverse. Instead of making the field group and assigning the fields to it you make the fields then make the field group and select the fields from the field group. The fields you're selecting are being used for their parameters and everything else as if they were not a part of a field group with exception to their storage as again that's impossible.I guess im still not understanding the concept of the individual CB fields to create the group fields if the data stored in the field is not being used, or is no longer used and hidden. Seems like in a field group that it would have the field names added to it similar to like a dropdown box field is made, not pulling the name only form existing database fields.
It already orders the fields by their configuration. There is also already sorting functionality you can enable to allow your users to sort the groups of fields. It will also respect all the parameters of the fields being grouped (e.g. their layout parameters as well).List function would be nice if you could have it sort by the internal fields in the field groups as well as the display of the fields be able to be split up and available in each column. That might be kind of hard to accomplish but im sure its possible. Right now you cant use it very well if you have large group lists.
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.