Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
HTML
<script>
  AJS.toInit(function(){
    if (AJS.params.remoteUser == ''){
      AJS.$('#header').hide();
      AJS.$('#main-header').hide();
    }
  });
</script>
<iframe id="topheader" src="https://www.targit.com/layouts/targit13/doc_confluence.aspx" scrolling="no" style="width:100%;height:467px;overflow:hidden;scrolling:no;"></iframe>

 Back


News in TARGIT 2021

The TARGIT 2021 version includes a range of new features, bug fixes, and general performance improvements across the product.

The new features include:

    • TARGIT Insights. Gain insight into how your TARGIT solution is being used - or not being used - and increase the value of your TARGIT investment.
    • New Map Offering. Previous map object types are now consolidated into one map object type. Support for Longitude/Latitude, Heat maps and automatic updating.
    • Dynamic/Static periods criteria. End-users can now select either Dynamic or Static when working with time dimensions from the criteria bar.
    • Dynamic Hours and Minutes. Enables dynamic time criteria such as 'Previous 48 hours' or 'Last 30 minutes'.
    • Hide objects. Totally hide an object 'If empty result' or if not met by required criteria.
    • Disable Object Interaction. Prevent an end-user from interacting with an object - e.g. disable drills, disable switch to data views, disable exports etc.

Fit to page width

On a mobile platform, especially on a Smartphone, you will probably want to create a dashboard layout that is different from the dashboard layout that you use for PC screens.

The idea with multiple layouts has been supported since the initial TARGIT 2019 release, even making layouts specific for mobile platforms.

However, until now, these layouts have worked as "full screen" layouts, so most things you designed still needed to be crammed into the size of a PC screen or a Smartphone screen.

The new thing is that you can now make layouts designed for scrolling, and this is especially useful for Smartphone users who can now examine each individual object in detail before scrolling on to the next objects.

Fit to page width in an example: A Dashboard designet for a long, scrolling Smartphone layout
    • Label, Shape and Image objects. Simple objects that, apart from being easy to use, are totally data-unaware to ensure optimal performance.
    • Override Data Points Limit. To ensure optimal performance, some graphs have been working with a fixed Data Points Limit. If necessary, you can now override this limit.
    • Canvas alignment. The page/canvas on which you design a dashboard can now be aligned Top, Bottom, Left, Right and Center.
    • Trigger Improvements. New trigger categories. Elevate object criteria to Global criteria. Export current document. Export specific Layout.
    • User Dimensions as criteria. Build your global or local criteria from User Dimensions via the Criteria Editor.
    • Improved Dynamic content. Better options for displaying the actual criteria currently affecting your data.
    • System Variable for Iteration Member. E.g., in iterated reports, the new system variable will be useful for creating section headers.
    • Parametric Roles.
    • InMemory improvements.
    • Relational Model improvements.

TARGIT Insights

Text.


Video text:

HTML
<div style="margin-left: 30.0px">
<iframe src="https://player.vimeo.com/video/407884045" noborder="0" width="800" height="450" allow="fullscreen" scrolling="yes" seamless></iframe>
</div>
Improved Object Toolbar behavior


The Object Toolbar, the toolbar you see when you hover or click an object, has seen two small, yet significant changes:

  • The timeout for auto hiding the object toolbar has been reduced from 4000 milliseconds to now 750 milliseconds.
  • A shadow effect has been added to the toolbar.

The first change adresses the issue of end-users complaining about the toolbar "getting in the way" of seeing the data or doing other things, such as sorting by columns. Now, if you don't move the mouse for 750 milliseconds (3/4 of a second) it will automatically disappear.

The second change adresses an issue where the toolbar "faded into the background" if the background had the same grey color as the toolbar.

Examples on improved Object Toolbar behavior:

HTML<div style="margin-left: 30.0px"> <iframe src="https://player.vimeo.com/video/407927874" noborder="0" width="800" height="450" allow="fullscreen" scrolling="yes" seamless></iframe> </div>

New Map Offering

Text.


Dynamic / Static periods criteria

Text.


Dynamic Hours and Minutes

Text.


Hide objects

Text.


Disable Object Inteaction

Text.


Label, Shape and Image objects

Text.


Override Data Points Limit

Text.


Canvas Alignment

Text.


Trigger improvements

Text.


User Dimensions as criteria

Text.


Improved Dynamic Content

Text.


System variable for Iteration member

Text.


Parametric Roles

Text.


InMemory improvements

Text.


Relational Model improvements

Text.



HTML
<style type="text/css">
#title-text { display: none;} 
#breadcrumbs, #footer, #likes-and-labels-container, #comments-section { display:none; } 

div.theme-default .ia-splitter #main {
margin-left: 0px;
}
.ia-fixed-sidebar, .ia-splitter-left {
display: none;
}
div#main {
margin-left: 0px !important;
}
div#footer {
margin-left: 0px !important;
}

.columnLayout.two-equal
{
padding-left: 20px;
padding-right: 20px
}

#main #content
{
padding-right:0px;
}

div#main
{
padding:0px;
}
#page
{
overflow-x: hidden;
}
iframe#topheader
{
border:0px;
}
.contentLayout2 .columnLayout
{
margin-bottom:0px;
}

#workflow-page-message
{
margin-bottom: 0px;
}


.columnLayout.two-equal
{
width: 85%;
margin: auto;
}
</style>

<script src="//cep.targit.com/bundle/beacon"></script>
<iframe id="bottomfooter" src="https://www.targit.com/emptyfooter" scrolling="no" frameborder="0" style="width:100%;height:190px;overflow:hidden;scrolling:no;border:0px"></iframe>