The Community will be undergoing maintenance from Friday February 21 - Friday, February 29 and will be "read only" during this time. To learn more, check out our Announcements blog post.
Hello,
I created a field with a complex formula based on other field’s values.
When this field is 0 (False) or 1 (True), I am showing them in a separate view via a filter on the view.
When there is a new entry in the view based on this field being 1 ...
Hello all.
Thank you for informing us at this time. We still have time. Therefore, we still have time to also make a change on the request, I believe.
Why don’t we give the user an option to make the column public or private based on a toggle on the ...
This is the formula in the field to be clear:
IF(
OR(
NOT({relevant_terms_website}),
NOT({is_terms_valid}),
NOT({product_id}),
NOT({config_brand}),
NOT({helper_brand_logo}),
NOT({config_model}),
AND(
NOT({picture_front}),
NOT({p...
It’s possible:
API call to match Record_IDs on Linked columns API
filterByFormula allows you to filter records based on the values that you see in the table. So in this case, you could use filterByFormula using the values ...