No announcements
Found 1843982 threads
-
3 Votes
Reduce Working Days by Emp Start and End Dates
by running total you mean that you have a pivot table which has Ressources and Date on rows and you want to see the TotalWorking days as running total per Ressource?Answered | 5 Replies | 1087 Views | Created by Dennis DeRobertis for Expression Extras - Thursday, March 12, 2015 8:04 PM | Last reply by Gerhard Brueckl - Thursday, March 19, 2015 10:16 AM -
1 Votes
Balance Days to calculate (e.g Target date - current date = balance days
Hi, I guess you are looking for a return of days right?Answered | 1 Replies | 642 Views | Created by Experience Sharing - Monday, February 16, 2015 1:42 PM | Last reply by Maurice Ausum - Monday, February 16, 2015 10:31 PM -
0 Votes
How to Reduce the current date by 2 days in Sharepoin designes
title yellow color.Answered | 5 Replies | 1111 Views | Created by Sriharsha d - Wednesday, November 13, 2013 8:09 AM | Last reply by DimitriAyrapetov - Thursday, December 5, 2013 2:05 PM -
0 Votes
Add 30 days to current date Word field
See a similar issue discussed in this link: ...Answered | 2 Replies | 2912 Views | Created by Rick131 - Tuesday, October 11, 2016 11:31 AM | Last reply by FranklinJ1978 - Thursday, October 13, 2016 7:27 AM -
0 Votes
count the days between 2 dates
No, that is how the function was desgned, and is similar substraction in arithmetic.Answered | 4 Replies | 4599 Views | Created by cnsuman - Friday, January 14, 2011 12:07 AM | Last reply by Hunchback - Friday, January 14, 2011 12:55 AM -
0 Votes
SharePoint workflow for current date
Hi, It won’t update the ‘Current Date’ column to current date every day unless you run the workflow every ...Answered | 5 Replies | 3000 Views | Created by jhahn9041 - Thursday, September 15, 2016 1:01 PM | Last reply by Dean_Wang - Sunday, September 18, 2016 10:22 AM -
0 Votes
How can open sharepoin search resul links in new tab by default?
Using SharePoint Designer, update the Item_CommonItem_Body.html Display Template from within _catalogs/masterpage/display templates/search.Answered | 3 Replies | 4324 Views | Created by Inthiyaz - Monday, December 2, 2013 12:37 PM | Last reply by DaveHDub - Wednesday, September 20, 2017 7:25 AM -
0 Votes
MDX - Rolling 2 Day Sum
Assuming that you would just want to see the last 2 non-empty days you could alter the previous calculations by adding the EXISTING function to reduce the set of ...Answered | 7 Replies | 5740 Views | Created by LAWSQL - Friday, November 6, 2009 12:47 AM | Last reply by Darren Gosbell - Tuesday, November 10, 2009 7:04 AM -
0 Votes
"Current day" MDX
Another solution is to look for a measure in the cube that you know will reflect the current day or the day before the current day.Answered | 14 Replies | 20070 Views | Created by Thomas Pagel - Wednesday, April 12, 2006 10:59 AM | Last reply by Thomas Pagel - Tuesday, August 22, 2006 9:29 PM -
0 Votes
How to send alert on 2 days before of task due date?
The easiest way in SPD is to create a workflow that kicks off when the item is added, calculates the day of 2 days before due date, and pauses until that ...Answered | 4 Replies | 7180 Views | Created by SamDany - Tuesday, February 18, 2014 2:18 PM | Last reply by SamDany - Tuesday, February 18, 2014 5:15 PM -
0 Votes
How do I write a powershell script to select current business day in date?
This was also posted in ITCG:Answered | 5 Replies | 1502 Views | Created by Dejiscript - Wednesday, March 9, 2016 3:26 AM | Last reply by Droopyb - Friday, March 11, 2016 12:34 PM -
0 Votes
First Day of Current Month
[What Day] as 'DAY([Full Date])' -- The Third Calculated Member is the Month part of the first calculated member.Answered | 3 Replies | 1163 Views | Created by DapperDev_ - Tuesday, February 17, 2015 3:56 PM | Last reply by DapperDev_ - Wednesday, February 18, 2015 1:34 PM -
0 Votes
SharePoint designer workflow-How to get working days between two dates?
Hi, There is no OOB solution to calculate working days in SharePoint workflow, if you don’t want to use third-party extension/product.Answered | 2 Replies | 785 Views | Created by Vishal_Goyal - Wednesday, May 8, 2019 9:34 AM | Last reply by Lee__li - Thursday, May 9, 2019 2:55 AM -
2 Votes
Inserting Current Date into the table
Back in the old old days of BASIC, the One pass compilers and interpreters required a prefix.Answered | 12 Replies | 1003 Views | Created by Sid Williams - Thursday, April 7, 2016 10:30 AM | Last reply by Sid Williams - Thursday, April 14, 2016 10:58 AM -
0 Votes
Minus or Plus days in date
Minus or Plus days in date.xls Regards, AshidacchiAnswered | 2 Replies | 724 Views | Created by Dwarkanth Bari - Sunday, September 18, 2016 9:45 AM | Last reply by Ashidacchi - Thursday, September 29, 2016 8:44 AM -
2 Votes
How to change date to End of Day?
Rami's solution uses + for adding 1 day to the date and that's also not advisable (it does work correctly with datetime, will not work with dates, so it's better to always ...Answered | 12 Replies | 33850 Views | Created by Mantros Group - Friday, September 3, 2010 1:12 PM | Last reply by Mantros Group - Friday, September 3, 2010 3:10 PM -
0 Votes
Add working days to a date
The first condition that must be true is that the value of DimDate[Date] on the current row of FILTER()'s iteration must be strictly greater ...Answered | 3 Replies | 1471 Views | Created by Wim Wensel - Tuesday, January 12, 2016 2:25 PM | Last reply by Wim Wensel - Wednesday, January 13, 2016 9:40 AM -
0 Votes
Expression - First date and last date of current month, current year
[Days].Answered | 1 Replies | 4578 Views | Created by HCMJ - Monday, September 8, 2014 9:22 PM | Last reply by BI_Support - Tuesday, September 9, 2014 10:22 AM -
1 Votes
How to find the total number of the days in the current month or end of the day of the current month?
You can create a new Calculated Column in the table that contains dates using this: =EOMONTH(TableName[Dates], 0) - EOMONTH(TableName[Dates], ...Answered | 3 Replies | 1015 Views | Created by robert bosco - Tuesday, August 26, 2014 9:11 AM | Last reply by Mike Dietterick - Tuesday, August 26, 2014 4:01 PM -
1 Votes
SharePoint Designer Workflow, condition: if value of date/time field is less then x days from today, do something
Add 0 months, 2 days, 0 hours, 0 minutes to Current Item:date1 (Output to Variable: date ) (2 days is the days you can set, and ...Answered | 4 Replies | 16570 Views | Created by Red_K - Wednesday, December 24, 2014 11:46 AM | Last reply by Vkhp - Sunday, September 8, 2019 3:57 AM - Items 1 to 20 of 1843982 Next ›
No announcements