Bronze 1
Since ‎06-16-2021
Wednesday

My Stats

  • 6 Posts
  • 0 Solutions
  • 0 Likes given
  • 1 Likes received

dennis35's Bio

Badges dennis35 Earned

View all badges

Recent Activity

Hello everyone,I have a column "NewDataInizio" with a datetime type and a column "DurataRep" with the amount of days to add to the value in "NewDataInizio"To calculate the final date "NewDataFine" I used this expression:[NewDataInizio]+ (TIME(([Durat...
Hello, I have a slice for closed requests that has this expression:IF(LOOKUP(USEREMAIL(), Directory, Email, Office) = "Users",AND(IN([Status], {"1", "2", "3", "4"}), USEREMAIL()=[AppUser]),IN([Status], {"1", "2", "3", "4"}))showing for accounts with ...
Hi all,I have a slice containing a list of record... every week this list must contain only one record per user.How could I hide the ADD button on the slice when a user has already inserted his record ?I tried with this expression in Behavior section...