Return all Values

Hi,
I used a similar formula to return values based on a "filter" and I want to return all distinct values where "Risk Resilience Level" equals "Elevated Risk" or "High Risk".
=INDEX(DISTINCT(COLLECT({Supplier Name}, {Risk Level}, "Elevated Risk")), [Row ID]@row)
This now returns a "#Invalid Data Type".
{Supplier Name} is a text field
{Risk Level} is a text field (some are blank).
What can I do to fix this?
Best Answer
-
I am not sure why, but all of a sudden I opened it and it was returning valid responses.
Here is what I currently have that started working all of a sudden:
=INDEX(DISTINCT(COLLECT({Supplier Name}, {Risk Level}, "Elevated Risk")), [Row ID]@row)I don't know if I changed something accidentally or what, but it's functioning now.
Answers
-
-
It is just an autonumber field.
-
-
I am not sure why, but all of a sudden I opened it and it was returning valid responses.
Here is what I currently have that started working all of a sudden:
=INDEX(DISTINCT(COLLECT({Supplier Name}, {Risk Level}, "Elevated Risk")), [Row ID]@row)I don't know if I changed something accidentally or what, but it's functioning now.
-
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 67.1K Get Help
- 449 Global Discussions
- 154 Industry Talk
- 504 Announcements
- 5.4K Ideas & Feature Requests
- 85 Brandfolder
- 156 Just for fun
- 80 Community Job Board
- 513 Show & Tell
- 34 Member Spotlight
- 2 SmartStories
- 308 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!