- Mark as New
- Bookmark Message
- Subscribe to Message
- Mute Message
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
We have a query where we need the EndDate to be the StartDate of the previous entry for all particular values in a row
shivareddysompa
Explorer
07-03-2020
04:13 AM
We have a query where we need the EndDate to be the StartDate of the previous entry for all particular values in a row
- Mark as New
- Bookmark Message
- Subscribe to Message
- Mute Message
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
to4kawa
Ultra Champion
07-03-2020
04:53 PM
| autoregress StartDate as p_StartDate
| eval EndDate=if(EndDate!="",EndDate,p_StartDate)
- Mark as New
- Bookmark Message
- Subscribe to Message
- Mute Message
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
shivareddysompa
Explorer
07-07-2020
06:00 AM
i want like End date will be next Start date and also
Startdate Endate
10-02-2019 07-07-2020
07-07-2020 "blank "
blank indicates it is running
- Mark as New
- Bookmark Message
- Subscribe to Message
- Mute Message
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
to4kawa
Ultra Champion
07-07-2020
02:54 PM
your sample is too little.
please show the table what you want.
