Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/xavave/mds2012excelquerytool
Master Data Services Excel Add-in Query updater - This small tool allows you to Load, Edit, and save MDS queries with operators that are not available in current mds add-in
https://github.com/xavave/mds2012excelquerytool
Last synced: about 1 month ago
JSON representation
Master Data Services Excel Add-in Query updater - This small tool allows you to Load, Edit, and save MDS queries with operators that are not available in current mds add-in
- Host: GitHub
- URL: https://github.com/xavave/mds2012excelquerytool
- Owner: xavave
- License: mit
- Created: 2017-07-12T05:51:17.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2024-11-27T22:28:06.000Z (about 1 month ago)
- Last Synced: 2024-11-27T23:25:04.666Z (about 1 month ago)
- Size: 4.88 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# MDS2012ExcelQueryTool
Master Data Services Excel Add-in Query updater - This small tool allows you to Load, Edit, and save MDS queries with operators that are not available in current mds add-in
https://blog.avxt.fr/master-data-services-excel-add-in-query-updater/Load your already generated query
then choose a new Operator and edit the criteria
and then save the updated query
you can use all these operators:
[Description(“”)] NotSpecified,
[Description(“=”)] IsEqual,
[Description(“<>”)] IsNotEqual,
[Description(“LIKE”)] Like,
[Description(“NOT LIKE”)] NotLike,
[Description(“>”)] GreaterThan,
[Description(“< “)] LessThan, [Description(“>=”)] GreaterThanOrEqual,
[Description(“< =”)] LessThanOrEqual,
[Description(“MATCH”)] Matches,
[Description(“NOT MATCH”)] NotMatches,
[Description(“REGEX”)] ContainsPattern,
[Description(“NOT REGEX”)] NotContainsPattern,
[Description(“IS NULL”)] IsNull,
[Description(“IS NOT NULL”)] IsNotNull,
[Description(“IN”)] In,
[Description(“NOT IN”)] NotIn,
[Description(“DIRECT DECENDANTS”)] DirectDecendants,
[Description(“ALL DECENDANTS”)] AllDecendants,More info on sql mds 2012 MSDN blog