Your feedback is highly appreciated! Let's make Vertabelo even better.

0
Answered

On Premise Solution

Noy Bracha 5 aastat tagasi uuendaja Łukasz Kubicki 5 aastat tagasi 1

Is there is an on-premise solution ?

Vasta
Łukasz Kubicki 5 aastat tagasi

Hello Noy,

We provide the on-premise version of Vertabelo DB for organizations that require 25-seat license or more. If your company meets this criteria please drop ma a line at luke@vertabelo.com and I'll be happy to discuss this further.

Kind regards,

Luke

0
Lõpetatud

Scroll to zoom not Disabling for Logical Model

Polina Moore 5 aastat tagasi uuendaja Rafał Strzaliński (Senior Engineer) 5 aastat tagasi 2

When setting 'scroll to zoom' option to 'NO', that is only reflected in Physical models and not Logical.  When this feature is turned on, it is basically impossible to use Vertabelo on a Mac.  

0
Fixed

DataTime should be DateTime

Bill Myers 5 aastat tagasi uuendaja Rafał Strzaliński (Senior Engineer) 5 aastat tagasi 3

It looks like the data type selection for Attributes has a typo. I think it should be DateTime not DataTime. 

0
Ülevaatamisel

cancel subscription blocked account

Rahul 5 aastat tagasi uuendaja Adam Mościcki 5 aastat tagasi 1

after cancelling the subscription, my account is not working and i am not able to see all the models that i have create.

Please help on this.

0
Answered

Selected the Basic Plan Accidently

Rahul 5 aastat tagasi uuendaja Adam Mościcki 5 aastat tagasi 1

I Mistakenly added basic plan accidently, becuase i needed the feature of adding subject area.

but in basic plan i am not able to do so, so please cancel the subscription and refund my money.

Vasta
Adam Mościcki 5 aastat tagasi

Hello,

I have cancelled the subscription and refunded the payment.

You should get your money back within a few days.


Best regards,
Adam


0
Answered

Does Vertabelo support Greenplum?

Pruthviraj 5 aastat tagasi uuendaja Rafał Strzaliński (Senior Engineer) 5 aastat tagasi 1

Does Vertabelo support Greenplum database? Since it supports PostgreSQL, it could be compatible with Greenplumn.

0
Ülevaatamisel

Does Vertabelo support 2FA and SAML?

ross 5 aastat tagasi uuendatud 5 aastat tagasi 2

Can we setup 2FA for our Vertabelo users?  Does Vertabelo support SAML for SSO?

0
Not a bug

view column names not updating

Teresa Neal 5 aastat tagasi uuendatud 5 aastat tagasi 2

I am trying to create a view with columns that are the result of a sum statement.  For instance, when I add the code:


SELECT STATE, SUM(child_count) as Total_Children

from STATE_STATS

group by STATE;


The Total_Children column does not auto_populate  the column name or data type when I choose to "update_columns".  

the column names come back as column_n and the datatype comes back as "unknown".

How do I make this work correctly so that I do not have to manually rekey every column?

0
Ülevaatamisel

lost tables and relationships

Joydeep Saha 5 aastat tagasi uuendaja Adam Mościcki 5 aastat tagasi 2

Hi

I worked for few hours this morning adding 3-4 tables and details and some more changes to the model. After a gap of 2 hours I came back to work and actually saved once manually as well. But for some reason I clicked on the back button of the browser and lost the work. Now if I even go back to an earlier version all of them showing me the same document.

Can someone suggest what can be the reason?

Thanks

Joydeep

0
Not a bug

SQL generation for selected objects excludes references unless table is also selected

Publisher Service 5 aastat tagasi uuendatud 5 aastat tagasi 3

Lets say I am adding new tables that have relationships to existing tables. When I select new tables and new relationships and use "selected only" option in SQL generation it doesn't generate foreign keys between new tables and existing tables (even though that relationship is specifically selected). The only workaround is to select existing tables as well and then remove DDL for existing tables from the script, which is cumbersome.