CAN Property become list

can any let me know, can the property become subset of a list

Answers

  • @143kishornaidu 

     

    Properties are like attributes to the list items and subset list items. If there is no list item, there is no relevance of properties.

    Now how do you want your properties to become subsets ? Your question puts me into a deep thought.

    If you could please elaborate further.

    ~Anand

     

     

    https://in.linkedin.com/in/anand-shekhawat-35645486

  • You could use the property to help create a subset, however, you can not use a formula in the subset directly.

     

    List SubSets can either be populated by a user ticking the box directly or via an import into the list.

     

    In this case, you will most likely need to create a module with a boolean formatted line item which defined the members of the list to be added to the subset, or multiple line items for multiple subsets.  Then set up an import to the list subset(s) using the new module as a source.

     

    Don't forget:

    • Always use a saved view as an import source
    • You don't need an IF statement to generate a true-false value - List.Property= Thing to check will populate the boolean line item nicely.  DO NOT USE IF List.Property= Thing then TRUE ELSE FALSE