Hi Everyone,
This is my first time here and I want to tackle the given below problem. any insight would be great
I have 2 views and want to calculate days in between 2 dates(under same column) for approx. 500 rows.
Data is like this
view 1
14 ab 01/03/2007
14 ab 11/03/2007
14 ab 23/04/2007
14 ab 30/04/2008
view 2
14 ab xyz
13 ac avc
12 ad see
1 az qwa
Result i want
14 ab 01/03/2007 2 (minus from the first day of month)
14 ab 11/03/2007 10
14 ab 23/04/2007 .
14 ab 30/04/2008 .
This is my first time here and I want to tackle the given below problem. any insight would be great
I have 2 views and want to calculate days in between 2 dates(under same column) for approx. 500 rows.
Data is like this
view 1
14 ab 01/03/2007
14 ab 11/03/2007
14 ab 23/04/2007
14 ab 30/04/2008
view 2
14 ab xyz
13 ac avc
12 ad see
1 az qwa
Result i want
14 ab 01/03/2007 2 (minus from the first day of month)
14 ab 11/03/2007 10
14 ab 23/04/2007 .
14 ab 30/04/2008 .
Comment