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

0
Answered

How to control order of views in generated SQL?

Grzegorz Kaczor 9 years ago updated by anonymous 9 years ago 1
How can I control the order in which views are written to generated SQL file?

I have 2 views - A and B that uses A. So I need A to be defined before I can define B. But Vertabelo defines B first, and the SQL fails.

Could you please help?
Answer
anonymous 9 years ago
In the "View properties" (on the right-hand side after selecting a view) there's a section called "Dependencies." Just add A as a dependency to the view B.
+1
Under review

PDF generation problems

Nuo Xu 9 years ago updated by Agnieszka Kozubek-Krycuń (Chief Scientist) 9 years ago 4
when i use print to generate pdf version i came across 2 problems. first one is , when i go back to the edit model, i lost my previous work which i believed it should be aotu saved. Second is , it always breaks my design into several pages which i wanted it to be in one page. Since it beaks my design into several pages, it breaks my tables and references into different pages and makes it hard to read
0
Answered

Couldnt share my data model to my team.

Thullimalli Chandrika 9 years ago updated by Jack Polkowski 9 years ago 3
I Couldnt Share my data model to all members in my team.I could share to a single person.:(
0

Copy pasting from generated PNG to Microsoft Outlook doesn't work

Lukas Eder 9 years ago 0
Here are the steps to reproduce this issue. I'm using Google Chrome:

1. Create a model
2. Select the model
3. Click on the PNG button, the PNG appears

Image 206

4. Right-click on the image
5. Choose copy image from the context menu
6. Paste into an open Microsoft Outlook E-Mail, this doesn't seem to work.

As a workaround, pasting into Microsoft Paint works, and then from Paint to Outlook works as well. Perhaps there's a bug in Google Chrome related to "data:" URLs? I suspect that if you could generate an ordinary PNG file, this copy paste mechanism would work again...
0
Answered

Do viewers of a model need to have a paid account? (I don't want to share the model publicly.)

Elif T. Kuş 9 years ago updated 9 years ago 3
Do viewers of a model need to have a paid account? (I don't want to share the model publicly.)
0
Fixed

I have created this model, but when I make login I lose it. What should I do?

Nicassio 9 years ago updated by Rafał Strzaliński (Senior Engineer) 9 years ago 3
I have created this model, but when I make login I lose it. What should I do?
https://my.vertabelo.com/anonymous-model/uZAZvamgIEdhA9tiqmSraoeVhIR191hkqgZY9jdKEpa4YgcgIVbW1aUkKy3VnV9v

0
Answered

How can I manually create a foreign key?

ELKE BIELECKI 9 years ago updated 9 years ago 4
Answer
anonymous 9 years ago
OK, now I understand what's the problem. You can do this in Vertabelo.

Let's say you start from this point:





First, just create a reference from B to A:





Here, we get an autogenerated "B_contact_code" column. Just delete it:





An error is raised because there's no FK column defined in the reference. We just need to fix it. Select a reference and here's what we see:





Just click "X" on the right-hand side to delete this invalid pair of columns:





and then add a valid ones:






Done, we've got what we wanted:






We can also eliminate the need to delete this autogenerated column. It is possible to disable the generation of FK columns. You can do this on "My account" page:





Hope this helps!
0
Declined

my database won't come up

John Morris 9 years ago updated by Jack Polkowski 9 years ago 2
+1
Completed

Focus on editable control after clicking "set"

Kindler Chase 9 years ago updated by Jarosław Błąd (CEO) 9 years ago 4
When editing the properties of a table, several of the options use the "set" / "unset" action. When clicking "set", would it be possible to automatically set focus onto the control to be edited, i.e., textbox, radio button.