on 2015 Apr 21 12:42 PM
I noticed hashmarks (#) around some MII expressions and I still don't understand when should I use them...
What was the intention to introduce dynamic link into MII?
thx
1. at certain places the hashmarks must be there
2. at certain places the hashmarks mustn't be there
3. at certain places the hashmarks could be there
Request clarification before answering.
Hi Tibor,
basically, hashmarks are used when you want to subsitute some values dynamically.
Let's say you have a local variable named Temp whose value is section ID which changes depending on employee ID.
Now you want to pass this to a query, you cannot obviously pass the ID but assign it to Local.Temp and Pass '#Local.Temp#' to it to substitute the value dynamically.
So the query is called with different Temp values generated dynamically depending on some logic.
Hope this helps.
Best Regards,
Swaroop
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.