Participant II
Since ‎10-30-2020
‎02-01-2021

My Stats

  • 19 Posts
  • 0 Solutions
  • 0 Likes given
  • 8 Likes received

leonrothenberg's Bio

Badges leonrothenberg Earned

View all badges

Recent Activity

Most of the Edit Actions (as a button, dropdown, etc) have suddenly broken. They are either linking to Detail views or doing nothing. The form views are still present in the App, but Edit doesn’t seem to be linking. Is there an issue? Did I break som...
Hi all - just 2 style/clarification questions about overlapping functionality: LOOKUP() vs. SELECT() ? INDEX(SELECT( … ), 1) vs ANY(SELECT( … )) when you’re sure there’s only one result, and it needs to be typecast as its type, not as a returned LIST...
Here’s the issue: I have 2 tables: Sessions and Users. This is a many to many relationship so there is a junction table sessions_users between them. When viewing Sessions I would like the inline view to show a list of Users and vice versa. The issue ...
Not quite sure of the syntax or paradigm of doing this: I have a forum table which allows several mention identifiers based on user data, eg, @Tom, @TomSmith, @Smith, @TomsGamerHandle, etc. (Yes, Smith is not a great identifier, but for the sake of a...
Having trouble figuring out a way to be able to allow the user to add an image either as a file upload or by entering a URL. Current thinking is to have two fields [Image URL] and [Image File] with a Virtual Column [_Display Image] that picks the non...