User bio
404 bio not found
Member since Apr 14, 2022
Posts:
Replies:
As you can see, the author asked two questions:
- In some cases, it's necessary to manipulate data from one namespace to another. For example, a routine in the "N1" namespace needs data from the "N2" namespace.
- In the same context, how could I make a persistent class global for all namespaces? The only way I know is by putting it in %SYS.
What would be the best practices for these use cases?
I answered the second question, and the other participants answered the first.
Both.
Just for understanding. Will the result change if the conditions are reversed?
For example:
$SELECT( %source.userActionfourteen=1:"User action fourteen", %source.userActionthirteen=1:"User action thirteen", %source.userActiontwelve=1:"User action twelve", %source.userActioneleven=1:"User action eleven", %source.userActionten=1:"User action ten", %source.userActionnine=1:"User action nine", %source.userActioneigth=1:"User action eigth", %source.userActionseven=1:"User action seven", %source.userActionsix=1:"User action six", %source.userActionfive=1:"User action five", %source.userActionfour=1:"User action four", %source.userActionthree=1:"User action three", %source.userActiontwo=1:"User action two", %source.userActionone=1:"User action one", 1:"Other")
Certifications & Credly badges:
Vitaliy has no Certifications & Credly badges yet.
Global Masters badges:
Vitaliy has no Global Masters badges yet.
Followers:
Following:
Vitaliy has not followed anybody yet.
That's what I get:
PS: Have you tried rebuilding the cube?