Friday, January 13, 2017

Common MDX calculations

This blog explains some of the most used MDX calculations, very handy indeed..

https://sqldusty.com/2011/11/16/ten-mdx-calculations-for-your-cube/

No comments:

Regex Email validation in c# dot net core

 Use this regex /^_?[a-zA-Z0-9]([a-zA-Z0-9]*[._+-])*[a-zA-Z0-9_]+@(?!-)[A-Za-z0-9-]{1,63}(?<!-)(\.(?!-)[A-Za-z0-9-]{1,63}(?<!-))*\.[A-...