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

+1

hide data types

Chris Waters il y a 3 ans 0

Do you have an option when viewing or especially when generating a diagram as a pdf, etc. to hide the data types for the columns?  Often, you can get a more complete view of complex diagrams that way and usually without loss of too much info.

+2
Terminé

Displaying a grid background

Gary Sangha il y a 10 ans mis à jour par Marthinus Bosman il y a 3 ans 5
It would be nice to have an option to set the background to a grid or have some sort of other 'guideline' feature that makes it easier to line up tables etc. so they a straight and look good
Solution
Jarosław Błąd (CEO) il y a 4 ans

Grid functionality has been alredy introduced. You can find this feature in Format tab of Model properties (right panel) as shown on the following screenshot.

+6
À l'étude

Add option to hide all types and only display field names

Matt Kuntz il y a 9 ans mis à jour par Chris Waters il y a 3 ans 2
We had an issue recently where, while going over a model, people kept getting confused or stuck on types as we were working on it. It would be nice to be able to hide types while editing and on export.

Also, I saw another request for hiding FKs, which fits in nicely.
Solution
Jack Polkowski il y a 9 ans
Thanks, Matt, you for your proposal. It is now under consideration.
You can encourage your colleagues to vote for your idea. The more votes your idea gets, the more likely its implementation is.

By the way, you were awarded with 10 bonus points for submitting a new feature request.
Learn how to earn more bonus points: http://www.vertabelo.com/bonus-points
0
Résolu

Service Renewal

Juan Carlos Nunez Umana il y a 3 ans mis à jour par Łukasz Kubicki il y a 3 ans 9

Hi Team, 

I need to renew a service with you that has been expired since March 1st.

I have contacted Luke and the office directly but no resonse received yet and this is urgent. 

Can I get someone to assist on this matter please?

Solution
Łukasz Kubicki il y a 3 ans

Hi Juan,

Sending over the invoice. Will send it also to accounts.payable_US@lionresources.com.

FA_000001_03_2022 Conversant LLC.PDF

Regards,

Luke

0
Résolu

A SaaS Subscription Data Model

niklas ullrich4720 il y a 3 ans mis à jour il y a 3 ans 2

Hey guys,

in the example SaaS Subscription Database Model from Emil Drkušić, 

is there any connection between the user group type in the Users and Groups section and the user group type in the Software and plans section? 

My question is about the min/max members in both entitys.

If there is a company user group type in usergroup section with 1-10 users, must the same number of users be specified in the user group Type: Software? 

0
Corrigé

SQL generated for SqlServer doesn't have correct schema name when dealing with extended properties for comments

Nick Rossiter il y a 3 ans mis à jour il y a 3 ans 3

Hi, I've notice a bug with Sql generation.


When the target Database is SqlServer, the generated SQL for the table and column comments is not quite right if the schema being used is not dbo.


e.g. this is the generated code for the table 'MyTable' in the schema 'MySchema'.

if exists (select * from ::fn_listextendedproperty('MS_Description', 'schema', 'dbo', 'TABLE', 'MyTable', null,null))
BEGIN
EXEC sp_dropextendedproperty
@name = N'MS_Description',
@level0type = N'SCHEMA',
@level0name = 'MySchema',
@level1type = N'TABLE',
@level1name = 'MyTable';
END;

EXEC sp_addextendedproperty
@name = N'MS_Description',
@value = N'Comment for MyTable',
@level0type = N'SCHEMA',
@level0name = 'MySchema',
@level1type = N'TABLE',
@level1name = 'MyTable';


The calls to sp_dropextendedproperty and sp_addextendedproperty are correct.

The 'if exists (select * from ::fn_listextendedproperty' call to determine whether the extended property exists is incorrect in that it has the schema as 'dbo' instead of 'MySchema'

Therefore the extended property is not dropped and the add fails as it already exists.

(This is the behaviour for when the target is SqlServer 2017/2019, I haven't checked other SqlServer versions.)

Please can you look into it

Thanks

Nick

0
Résolu

How to convert database diagram into a conceptual data model

Peter Mbugua il y a 3 ans mis à jour par Jarosław Błąd (CEO) il y a 3 ans 1
Solution
Jarosław Błąd (CEO) il y a 3 ans

Unfortunately there is no such functionality in Vertabelo modeler.

0
Résolu

SOX Compliance

Louis Springer il y a 3 ans mis à jour par Jarosław Błąd (CEO) il y a 3 ans 2

Is Vertabeo SOX or HiTrust complainant, or do you have similar EU compliance certifications?

Solution
Jarosław Błąd (CEO) il y a 3 ans

Unfortunately we don’t provide such certificates.

0
Corrigé

Iframe link from Confluence stopped working

Mick Flynn il y a 3 ans mis à jour il y a 3 ans 5

Hi,

We have been exposing public model views as IFrames in our Confluence documentation for some time but recently this has stopped working with "Connection refused". Using the link in a normal browser window still works fine. Example:

<iframe src="https://my.vertabelo.com/logical/public-model-view/xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx?x=6500&y=6500&zoom=0.99" noborder="0" width="1500" height="1000" scrolling="yes" seamless></iframe>

Is there something that has changed in your request handling behaviour?

Thanks!

/Mick

0
Commencé

Right pane is not visible when editing a model

Aner Perez il y a 6 ans mis à jour par Justinn Zamora il y a 3 ans 4

When editing a model on Windows 10 Chrome 72.0.3626.119 (Official Build) (64-bit), the right pane only shows an empty gray area.  Showing/hiding the right pane only hides and shows this gray area with no content.  This makes it impossible to edit table definitions.  Reloading the page did not help.

As a workaround, hiding the left pane causes the right pane to show up correctly.


Image 724