Bronze 5
Since ‎01-02-2023
Thursday

My Stats

  • 23 Posts
  • 3 Solutions
  • 15 Likes given
  • 8 Likes received

leohenry's Bio

Badges victsei Earned

View all badges

Recent Activity

I have this format rules to show an icon close to the name of a player in my app (name of the player represented by field jogador_nome) if the boolean fields (jogador_gold and jogador_capitao) are true. However, this is not working as intended and ap...
I have the following setup:A table called "Teams" with info about the team and all the players who are part of the team (i.e, team_id, team_name, player_id, player_name, player_email)A slice of the table above called "My team" which filters only the ...
I guess the answer is no, but is there a way for allowing the user to input a simple math formula, such as 1+1 that would be recorded as 2?For context, I have an app for inputting financial statements and there are fields (e.g current assets) that wo...
Hi!Is there a way to understand what is being clicked in the confirmation message and take different action based on user's answer?For context, I have an app for inputting financial statements - each record of my database is made of financial stateme...
I have a form whose data inputs a tab called "Database". In this form, among other things, I collect the country of a given customer and this field (called "Country") is a Ref type coming from a separate tab called "Country to Country Rating mapping"...