... if one of the queries fails? To mitigate the chances of misplacing our millions due to some possible error we must ensure that both queries are
executed with the expected result before committing any ...
... Chances are you need to use this variable a little more:
@ECHO OFF
FOR /F "tokens=2,3* delims=_" %%A IN ('DIR InitializingFile*') DO FOR /F "tokens=1,2* delims=." %%I IN ('ECHO %%A') DO (
ECHO %%I
GOTO ...
... documentation on using SWITCH in an MDX query. Chances are they can't get it working either:
Switch(
Format(Fields!Date.Value,"d")=1,"st",
Format(Fields!Date.Value,"d")=21,"st",
Format(Fields!Date.Value,"d")=31,"st ...
We use cookies to improve your experience on our website. By browsing this website, you agree to our use of cookies. Read more about our Privacy Policy.