Please Log in or Create an account to join the conversation.
Fields can only be selected for display in a column if the field is set to actually display on profile. The userlist can't display a field that isn't configured to display. The field however can be on a tab in a not shown on profile position to allow it to be displayed on userlists or used in substitutions without actually displaying on profile. A lot of this confusion will be cleared up once we've layouts and a layout editor for frontend views.1) I was playing around to see what if I want to create a list for admin's of users who have not yet logged to their accounts: this method works, but just want to double check if that's the intended use:
in filters >
"Last Online" <= 0000-00-00 00:00:00
HOWEVER, I don't see the field "Last Online" as an option in Columns - is that intentional?
A field to select which to display then a Custom HTML field with a substitution IF statement should work. Example as follows.3) OK - here is a related one, but first an explanation:
in its basic, in user edit there are 3 phone fields (phone1,2,3) + a drop down list "Select an emergency phone#" - with the values statically entered to value1=phone1, etc. with a condition to
a) (condition1) display values phone1,phone2 if phone2 is not empty, and
b) (condition 2) values phone1,2,3 if phone3 is not empty.
Yes, you can condition fields in userlist view using CB Conditional. You can even have that condition apply to just userlists by configuring the condition as follows.4) Can I put a condition on the column field? i.e. do not display if no value? Actually, this could be a global parameter, to hide empty fields (at least in list view) - what do you think?
Please Log in or Create an account to join the conversation.