Ivan Ceskovic
Activity overview
Latest activity by Ivan Ceskovic-
Ivan Ceskovic created a post, Visual Studio Code Plugin - minor improvements
When listing the columns in a large table in the Connections tab - create an option to sort the columns by name or by ordinal number Add Select top (by column name); select top (by ordinal number) ...
-
Ivan Ceskovic created a post, Add Dimension Attribute (in Data Model V2 SSAS Compatible)
When adding new dimension from a column you just right click and that is it: But with the new Data model we add most of the columns as Dimension attributes. That should be a separate option that s...
-
Ivan Ceskovic created a post, New Results window for VSCode IMDB plugin
Add features as in SQL Server: Please align with the following feature request: https://community.targit.com/hc/en-us/community/posts/18042133309852-VSCode-Query-Window-sync-with-Results-window?in...
-
Ivan Ceskovic created a post, New Connection dialog in TARGIT IMDB VSCode plugin
Current connection is a bit weird and can be hidden in case of a remote connection. SQL Server has a new way of connecting in VSCode, can we have something like it?
-
Ivan Ceskovic created a post, Add Test Connection on TARGIT IMDB Data Source
When adding a Server Connection type for TARGIT DB there is no Test connection to check if the connection is configured correctly! Please add a button test connection
-
Ivan Ceskovic created a post, Extend list of available functions in TARGIT data modeler calculation editor and add syntax check button
Extend the list with all available functions with documentation in the Calculation editor. At the moment only 5 are visible while I know there are more available:
-
Ivan Ceskovic created a post, Possible measure formats in TARGIT Data Modeler
What are possible formats in Format of a measure: This is what we see, but are there options for percentage? Date? String? Integer etc?
-
Ivan Ceskovic created a post, VSCode autocomplete on table/columns that have spaces in them should automatically be encased in []
When autocompleting a table/column name that contains a space or some special charachter (e.g. (, ), - etc.) the table/column name should automatically be encased in []. If autocompleting within []...
-
Ivan Ceskovic created a post, VSCode Query contextual autocomplete
At the moment autocomplete offers all available metadata, but if I'm writing a select I want to see columns belonging to the table (or any tables) I have in the FROM statement below.
-
Ivan Ceskovic created a post, VSCode Query Window sync with Results window
It can be confusing then selecting another query window that the results window stays the same. When clicking on another query window, results window should change to (if there exists one) or just ...