Forum Discussion

adealboran777's avatar
adealboran777
Frequent Visitor
8 years ago
Solved

Date Index

Hi!   Let's see if somebody can help me. I have a table called "interactions" in which I record the different interactions some employees have with an app and the type of interactions. Also; I have...
  • adealboran777's avatar
    adealboran777
    8 years ago

    It didn't solve the problem. It has something to do with the "interactions" table format of the dates (it is an export from my compnay's programmers database).

     

    Finnally I solved the problem making new columns with the following formula and relating them: Year(date)&" - "&Month(date)&" - "&day(date).

     

    Thank you anyway!