I would like advice regarding an upcoming teraminer project. Any suggestions on the best forum or recommendations for assistance specifically on NCR's datamining toolset. Thanks in advance. Rob
Hi all,
Would Virtual Basic 5 or 6 remain a viable alternative to Visual Studio 2005 in order to avoid large run-time downloads by users?
I created a small app the new using VS 2005 but apparently C# always is dependent on the .NET run-time environment(dotnetfx). With its nearly 25 MB, that's...
Hi all,
What are alternatives to Visual Studio without requiring large run-time downloads by users.
I created a small app the new using VS 2005 but wanted to confirm whether C# always is dependent on the IL run-time interpreter that is part of .NET 2 (dotnetfx). With 24 MB size, that's a...
Question on Performance of Analytical Engine CASE function vs. DBMS CASE using Applysimple
For reporting off large tables that will join with security views, our data mart designs have the majority of transformations as pre-calculated fields that arestored in the fact tables. However, a few...
Need advice on urgent issues: MSTR 7.2.0 Desktop not ecognizing new columns in SQL Server table.
After I added new physical columns (alter table) and populated them (update table), MSTR warehouse schema will not recognize the new columns in tables.
I have checked the column datatypes and...
We have measures defined in Universe as well as variables that are derived those measures defined in WebI. Since these are employed in standard reports, there will be maintaince issues.
However, I would like to migrate the defintions of variables from WebI to Universe. I was thinking of using...
I implemented several ApplySimple to Oracle in MSTR 7.1 with this structure in order to handle nulls and no Least function.
ApplySimple(" CASE WHEN NVL(#2,0) < NVL(#1,0)
THEN NVL(#1,0)
ELSE Least(NVL(#2,0)-NVL(#1,0), NVL(#1,0))
END ",
Sum(Fact0),Sum(Fact1), Sum(Fact2))
-> One...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.