No announcements
Found 110304 threads
-
0 Votes
powershell Sort
$list='one','two','two','three','four','five' $list ...Answered | 3 Replies | 957 Views | Created by Vikumars - Friday, April 24, 2020 12:53 PM | Last reply by Vaibhav.Chaudhari - Saturday, April 25, 2020 2:11 PM -
0 Votes
Filtering/Sorting Data Efficiently in Powershell
To filter a CSV just filter it: Get-Content $File | Where{ $_ -match "$Val1|$Val2"} | Out-File $OutputFile The system buffers ...Unanswered | 1 Replies | 600 Views | Created by De_Ka - Monday, October 1, 2018 5:32 PM | Last reply by jrv - Monday, October 1, 2018 5:43 PM -
0 Votes
Sort and filter in drop down
Hi, In a drop down in powerapps I am able to: sort: SortByColumns('[dim].Answered | 4 Replies | 1974 Views | Created by AngelavdB - Thursday, August 10, 2017 10:11 AM | Last reply by Dave Patrick - Monday, August 14, 2017 7:50 AM -
0 Votes
sort of the reports filter in CRM 4
If your report includes a grid or a list object, check the properties of that for the 'sort order' - it can be set there as well as in the source query.Answered | 3 Replies | 6542 Views | Created by Alaa210 - Saturday, March 7, 2009 4:41 PM | Last reply by Scott Sewell, Hitachi Solutions - Wednesday, March 18, 2009 5:58 PM -
0 Votes
Sorting On Custom Filter Lookup View
Does any one has a solution for this sorting issue?Answered | 5 Replies | 3959 Views | Created by srinvias.rajulapudi - Monday, December 12, 2011 4:06 PM | Last reply by srinvias.rajulapudi - Tuesday, February 14, 2012 5:28 PM -
0 Votes
Is it efficient to use xml when it is required to update data frequently?
XML is good for interoperability and compatibility with other applications, but it is very verbose and therefore not efficient when it comes to store data that is only going to be ...Answered | 1 Replies | 6856 Views | Created by Praveen Kumar Sirohiwal (Parv) - Sunday, June 12, 2011 10:29 AM | Last reply by Alberto Poblacion - Sunday, June 12, 2011 6:25 PM -
0 Votes
Does TDI filter support to filter data from Microsoft Edge on Windows 10?
https://social.msdn.microsoft.com/Forums/windowsdesktop/en-US/home?Answered | 1 Replies | 1515 Views | Created by guyunwind - Monday, January 18, 2016 3:38 AM | Last reply by Dave Patrick - Monday, January 18, 2016 3:48 AM -
0 Votes
Powershell
Team Foundation forums on MSDN or possibly over here.Answered | 2 Replies | 1050 Views | Created by ChewJerry - Friday, October 17, 2014 6:40 AM | Last reply by Dave Patrick - Monday, October 20, 2014 3:34 AM -
0 Votes
No default grouping/sorting/filtering on PWA views of the 'My Work' type?
I have included the two steps for grouping and sorting in the procedure for our employees.Answered | 5 Replies | 6837 Views | Created by Pieter Vantieghem - Friday, September 16, 2011 11:39 AM | Last reply by Pieter Vantieghem - Monday, September 19, 2011 8:59 AM -
0 Votes
Filter Data using SyncAdapter
Hopefully in future the designer will allow you to add the filters.Answered | 5 Replies | 9647 Views | Created by jan_bp - Friday, March 12, 2010 9:42 AM | Last reply by JuneT - Thursday, April 28, 2011 11:21 PM -
0 Votes
Filter database server data
Now i need to filter with a paramenter.Answered | 7 Replies | 9903 Views | Created by EricDelahaye - Tuesday, August 11, 2009 12:20 PM | Last reply by EricDelahaye - Thursday, August 27, 2009 6:59 PM -
0 Votes
Filtering data in database synchronization
Please consider using the new database sync providers for filter provisioning (http://msdn.microsoft.com/en-us/library/ff928701(v=SQL.110).aspx).Answered | 1 Replies | 9596 Views | Created by Sokovih - Wednesday, May 4, 2011 2:40 AM | Last reply by Dong Cao - Thursday, May 5, 2011 6:48 AM -
0 Votes
Sort data in a view in a specific order
Hi Philippe, Unfortunately that is the only way to sort in the views.Answered | 2 Replies | 2516 Views | Created by Phil Lep - Tuesday, May 15, 2012 10:16 AM | Last reply by Phil Lep - Tuesday, May 15, 2012 11:20 AM -
0 Votes
Exchange Server GAL with Powershell
Exchange 2013 General forumAnswered | 1 Replies | 1105 Views | Created by Prima-d - Tuesday, September 1, 2015 2:38 PM | Last reply by Mike Laughlin - Tuesday, September 1, 2015 4:32 PM -
0 Votes
Outlook Offline, Resetting Data Filters
(This Disables Updates and Delete of metadata entities) Post Execute (Async) event: recreate the metadata filters for all users (admin mode) or for a single ...Answered | 7 Replies | 6099 Views | Created by Adi Katz - Thursday, April 30, 2009 10:35 AM | Last reply by JuergenBeck - Monday, May 4, 2009 3:29 PM -
0 Votes
Read data from filtered views
Hi, i thing, you don't use a CRM user wih the rights to read the data.Answered | 1 Replies | 6752 Views | Created by ms_crm - Wednesday, June 24, 2009 5:48 AM | Last reply by Michael Sulz - Wednesday, June 24, 2009 6:41 AM -
0 Votes
Calling XML-RPCMethod from powershell with API's
https://social.technet.microsoft.com/Forums/windowsserver/en-US/home?Answered | 2 Replies | 988 Views | Created by Sumanth SV - Friday, June 3, 2016 12:57 PM | Last reply by Dave Patrick - Friday, June 3, 2016 1:47 PM -
4 Votes
View the filtered data to the Chart in vb.net
The filtered data here is per series.Answered | 4 Replies | 11149 Views | Created by jaxie - Friday, May 27, 2011 8:34 AM | Last reply by Ed Price - MSFT - Friday, October 12, 2012 10:22 PM -
0 Votes
Leads Sorting --- Error Message
Shy of that, have the user log into another computer with his login and try the view - if it follows him from PC to PC, then maybe there's an issue with the data that ...Answered | 2 Replies | 5624 Views | Created by Imran I Abbasi - Monday, March 23, 2009 7:04 PM | Last reply by Scott Sewell, Hitachi Solutions - Tuesday, March 24, 2009 1:49 AM -
0 Votes
Why PowerShell regexp match filter runs at least 400 times slower then EndWith filter?
OK, Got it, Powershell StartsWith, EndsWith are really very efficient and all of my attempts to improve the real code by implementing RegExp, have failed.Answered | 3 Replies | 1244 Views | Created by Oleg Kulikov - Tuesday, September 18, 2018 2:51 PM | Last reply by Danny van Dam - Wednesday, October 31, 2018 1:00 PM - Items 1 to 20 of 110304 Next ›
No announcements