
Jesper da Silva Endelt
Activity overview
Latest activity by Jesper da Silva Endelt-
Jesper da Silva Endelt created an article, Anywhere - embedded with identity provider
An Identity Provider (IdP) is a system that verifies users' identities and allows them to access multiple applications with a single login, known as Single Sign-On (SSO). It simplifies user authent...
-
Jesper da Silva Endelt commented, Great. Thank you for the update.
-
Jesper da Silva Endelt commented, Hi Claus, Great question. I tested adding a variable directly to the Excel load script, but the Excel driver does not support this. So I added another step to the original script using a temp table...
-
Jesper da Silva Endelt created an article, Hardware recommendations for TARGIT Decision Suite
Architecture overview The architecture of a TARGIT solution is best illustrated as a structure with many levels or tiers. Starting from the leftmost tier, a typical solution will contain these ti...
-
Jesper da Silva Endelt commented, Official commentHi Thomas, SMPT connections with OAUTH2 is not supported in TARGIT. You'll need to setup an account that is excluded from conditional access like MFA. Best regards, Jesper da Silva Endelt
-
Jesper da Silva Endelt created an article, TARGIT InMemory Solution example with Excel source
Demo solution created for TARGIT Webinar in March 2023. More details will follow, but for now you can download: orders dump.xlsx (source file - should be placed in c:\targit\data) Webinar 2023-0...
-
Jesper da Silva Endelt created a post, Better performance on Top Lists
Today, TARGIT Server is handling top lists, by reading in full dataset and filtering. When data set are large, filtering is very slow on TARGIT Server. My suggesting is to use SQL, DAX or M...
-
Jesper da Silva Endelt created an article, Dynamic Excel import loop with TARGIT InMemory
In this example, I loop through a collection of Excel files in a directory and load the data from each Excel file into one TARGIT InMemory table. I use two data drivers for this example. FileList ...
-
Jesper da Silva Endelt commented, Hi Frank, Memory is released during .NET garbage collection, so nothing much to do about it. If you want to deep dive .NET garbage collection, you can read further here: https://docs.microsoft.com/...
-
Jesper da Silva Endelt commented, Hi Ole, I've created a small example based on a XML structure like this: I connect to the XML file and uses a SQL like this with a Import task: SELECT * FROM dvd If you need actors, then use this:...