Raf Lemmens
Comments
-
Crosstabs only show column headers when it has to also render measure titles.It does this only when there are 2 or more measure present in the crosstab. guide on how to show column names if only 1 ...
-
I agree with John.GlobalDimensions is a bit cumbersome to set up right now.Manually editing an XML file is prone to manual errors.Entering the correct mapping paths without typo's... (or copy paste...
-
I would even push it further and would suggest to even allow the end-user to toggle the sub and/or grand totals on a (cross)table object.
-
I had it setup for our customer portal however only my infra team can view IIS settings.So on top of my head I think we used the URL rewrite module in IIS and wrote a regex pattern. This pattern wo...
-
Or you can go the settings file directly C:\ProgramData\TARGIT\ANTServer\Settings\Jobs\jobs.xml Change the tags where needed as follows <from \> to <from>john.doe@company.com</from>
-
The only way to handle this properly at this moment is to add a calculation in the underlying model and return the correct "character" there.Eg in DAX Measure = if([Score] = 0, "A", if([Score] = ...
-
TARGIT treats all ingested data as strings hence the "unexpected" sort results on certain columns.It should be better if Targit took the metadata from the underlying model and apply those data type...
-
Niels, please be careful with bradford indexes.Please read this article:https://edpb.europa.eu/news/national-news/2020/cypriot-supervisory-authority-banned-processing-automated-tool-used-scoring_...
-
I think you need to build a custom dimension hierarchy in your data model to achieve this.Do not think Targit already allows the creation of custom dimension hierarchies in the designer (which wo...
-
I think you could try either: Create a blank date in your dimension (empty string value) Add dynamic label for the value 12/30/1899 and set it to 1 space. Do not think it does accept an empty va...