RubyKapil2
5 years agoQrew Captain
List formula to include field names
Is there an easier way to include field names when using the List formula? The method I am using below is two part so wondering if there was an easier way to go about this since I have about 10 fields, FieldA, FieldB, FieldC etc.
1. Create new Formula Text fields for each field as follows
If( IsNull([FieldA])=false, "FieldA " & [FieldA], "")
2. Create a List formula using the Formula Text fields instead of the original fields FieldA, FieldB, etc.
------------------------------
Ruby Kapil
rubykapil@wi-finity.com
Wi-Finity, Inc
------------------------------
1. Create new Formula Text fields for each field as follows
If( IsNull([FieldA])=false, "FieldA " & [FieldA], "")
2. Create a List formula using the Formula Text fields instead of the original fields FieldA, FieldB, etc.
------------------------------
Ruby Kapil
rubykapil@wi-finity.com
Wi-Finity, Inc
------------------------------