Aug 03, 2022 04:01 AM
Hi team again, I need a quick hand, block with this atm
In a table I have the following to fields
Any ideas on how to set the Type based on File extension?
If you’re wondering, the Type field will be used in a user facing filter to search by file types.
Solved! Go to Solution.
Aug 03, 2022 04:14 AM
Hey Carlos, check this out
Works by extracting the file extension and then using a SWITCH()
to get the type. You’ll have to manually populate the switch, but other than that you should be good to go I reckon
Aug 03, 2022 04:14 AM
Hey Carlos, check this out
Works by extracting the file extension and then using a SWITCH()
to get the type. You’ll have to manually populate the switch, but other than that you should be good to go I reckon
Aug 03, 2022 06:22 AM
Thanks again @Adam_TheTimeSavingCo, it worked beautifully
Aug 03, 2022 09:19 AM
@Adam_TheTimeSavingCo I think that it’s fantastic that you love creating sample bases for people! I love that!! :grinning_face_with_big_eyes: That’s really incredibly kind of you to volunteer your time to do that for people!! :star_struck: :raised_hands:
I think you should continue creating sample bases for people if you would like to do so, but I’d also like to make a suggestion to please list your formulas here in the forums here as well, which would likely be the most helpful way for current & future users to learn.
That’s because (a) there is no guarantee that your bases will always be accessible in the future, and (b) it requires extra steps for a user to connect to your base and then duplicate it into their own workspace. So having the formulas listed here can make for a quicker & more permanent learning experience for users.
Just a suggestion — you don’t need to take it, if you don’t want to! :smiling_face_with_halo:
Thanks again! :grinning_face_with_big_eyes:
Aug 03, 2022 06:55 PM
That’s true, I’ll definitely try to do that, thanks!