Bronze 2
Since ‎03-19-2019
8 hours ago

My Stats

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

HoScho's Bio

Badges HoScho Earned

View all badges

Recent Activity

Hallo everybody!If got a column "Name" an a column "DateTraining" Name101.01.2022Name202.02.2022.Name103.03.2022Name204.04.2022Name310.10.2021The Return has to look like this: (show the LatestDate of DateTraining)Name103.03.2022Name204.04.2022Name310...
I have a “valid if” condition whether a customer number exists. It works for a new entry but not when I edit the row. What can i do? NOT(IN([KdNr] , kunden[KdNr]))
I have a column with an invoice date. I only want to see the invoices that were created on a selectable day. How can I do that. many thanks
Result[ActiveRow(X)column(Z)= value[ActiveRow(X)column(Y)] - value[ActiveRow(X-1)column(Y)] (XY) (XZ) 100 0 (100-0=0) 120 20 (120-100=20) 110 -10 (110-120=-10) 130 20 (130-110=20) 100 -30 (100-130=-30)
Likes from