Niels Thomsen
Comments
-
Hi Marcel You can test if a cell is empty with the count function. Next problem is to keep it empty, since the calculation engine can't return nulls (or spaces). However you can hide the values tha...
-
Hi Thomas If you add your deviation as a calculated column (not a new measure) - and then add your calculated row you should have a table looking a little like this: The red square is where the ca...
-
Hi Marlene There's not really a way to sort columns in TARGIT. There is a feature request - and when we get the ideas part of the community up and running it will be interesting to see the number o...
-
On the license tab of TARGIT Management there is a full overview of your current license with all the user licenses and potential extra modules.
-
Add file is a simple function that will upload your local excel/csv file and automatically create a cube based on that one file. With add file you cannot have automatic update and you cannot mash u...
-
You can only expand locally on the horizontal axis by clicking the local plusses - there is no way of expanding all columns at the same time.
-
Good question Thomas Your guide is completely correct. When I right click in the anywhere client after removing this right, there is no option to export to excel. But what about if someone offered...
-
Yes it is - this is part of the theme "Calculation Package" - we will update as we get closer to a final decision on roadmap 2025 br/Niels
-
Hi Willer You can't return a letter as a result of a calculation - but with a small workaround, you can make it work anyhow using the number formatting. Here's a table where I want to return an F i...
-
Hi Lara If you have 2 attributes on the same axis, they form a custom hierarchy. sum(d2(l(1,0)),0,m1) in my example means something like: The second column (d2) - level 1 on the first attribute (Ye...