Is there an easy way to specify table locations in Oracle SQL Developer Data Modeler? - oracle-sqldeveloper

I'm trying to align five or so tables at the top of a page so that they are vertically aligned with one another. I've been doing this by zooming in and overlapping the table lines (since they change colors when you do that) and then I just move it over a bit to separate the tables. Is there an easily way to do this in Oracle SDDM? Perhaps there is a hidden X,Y coordinate system that I'm not finding where you can specific where to put them?
I did manage to find a coordinate system that showing the entire page with dots every few pixels apart, but this does not help since the software does not auto place tables to be in line with one another. If anyone has an easy way to set these tables up in line with one another, please lend a hand! Thanks in advance.

Related

Google Vision AI two columns detected as one, how to fix?

Is there any way to fix that in Google Vision AI? I have two separate columns that the text is going from left to right and from top to bottom. First the left column and then the right column, but Google Vision AI is detecting this as one big column and all my text is a mess and not usable. Is there a setting or some other idea I can fix this and detect the two columns as two instead of one?
I am using this command right now in the Terminal if you need this information
gcloud ml vision detect-text page-000.jpg >> outputedText.txt

tableau adjust marks size using number

In Marks, click Size and there pops a slider where I can adjust the size of a shape. But how to accurately control the size, is there some property with numbers to accurately control it? I have two sheets to show something similar and I want to display exactly the same sized shapes.
If you want to ensure 'sizes' are the same across two worksheets, I'd suggest snapping the 'size' setting to the center on both, as this is the easiest option to select. You can then use a measure to set the size, if this is desirable, and then the difference in size will be relative on both worksheets.
There isn't a numerical value override for the size slider.
Ben is correct, there isn't yet a numerical value override for the slider. You can use parameters with Min/Max/Sum etc. and a variable to somewhat change the sizes but they have to have multiple entries per line. It is unfortunate that Tableau still doesn't get that people want both a 'relative' sizing system that uses numbers from the dataset and a 'static' sizing system that allows for shapes to be set to '11px' or something along those lines. Yes, you can control that kind of in the dashboard with a vertical and fill entire box etc; but that doesn't address the very real scenario where you want a user to be able to re-size on the fly. Just my two cents.
I ran into this today. Very annoying. Need to keep shapes the same size across all worksheets and therefore same on dashboard.

How to pickup a shape based on a cell text in tableau reports

I am not a tableau developer but i am just a user of tableau reports. My engineer is telling something is not possible so wanted to take experts suggestions and help to solve the problem.
My requirement is simple. We need to build a report in tableau with 4 columns and the last column should contain a color coded arrows (R,G,Y) representing the data trend (Up/Continuous/Down). The data will change frequently and the input source is excel sheet. My engineer is suggesting that, everytime we have to manually set those shapes in the 4th column, once the report is generated from the excel (basically from the first 3 columns only). I dont like to have a manual intervention everytime in tableau since i am not good at building/editing reports and its not a best practice to automate something.
In below picture the last column is the one i wanted to automatically generated based on excel sheets data.
My suggestion to him is to add the 4 column with data as below and in tableau bring the shapes accrodingly using some kind of a formula or so.
GC = Green continuous
GU = Green upwards trend
GD = Green downwards trend.. followed with different color codes (Green/Red/Yellow) as per data.
Is that possible in Tableau? If so any suggestions here would be greatly appreciated.
Thanks,
Kiran
It is definitely possible, as long as you have a formula that can produce the GC, GU, etc. values. Then it is simply a matter of mapping your custom values to relevant shapes (which is a simple manual one-off step in Tableau). If built-in shapes are not sufficient, you can add custom ones. Some types of shapes can also be colored dynamically, based on another formula.
Use Tableau Help or Google/Tableau Forum to find out how to do all of this.

Can we display a mix of horizontal and vertical words in one sheet in tableau word cloud?

So we can create a word cloud in tableau but when we create it all the words are always horizontal, like ->
I want to show them in a mixed manner, horizontal and vertical together, kind of like->
I have tried to make changes and referred this url from tableau community.
https://community.tableau.com/thread/136977
Here they say the best option is to make two separate sheets one with all horizontal words and one with all vertical words and then arrange them next to each other, that is on one sheet you can either have all vertical words or all horizontal words, that's not the best solution. I want them to be on one sheet with a mixed pattern of vertical and horizontal words.
Is this possible in tableau?
The easy answer is: No!
At least not in a way that you have in mind. As you mentioned, you can change the orientation of the whole cloud or you create 2 clouds on a dual axis, but it will not create dense cloud like in your example. It will rather have gaps and words overlapping each other.
Even if you go with what they mention in one of the comments, to define manual coordinates, you will essentially create the cloud by yourself and lay everything out manually. In case the size of a word changes, you would probably have to change most of the coordinates again.
If you want a word cloud in your dashboard, you could create it externally and embed it in your dashboard. Obviously you wouldn't have the Tableau features, like filtering and highlighting, but that would be the closest you can get to a nice looking cloud in Tableau.

how to restrict scrolling for +ve part in cpxygraph

I am new to core plot SDK, implemented core plot in my app. i need to restrict -ve part of graph. i.e always i will have +ve values for graph((1,1),(10,15),(20,15)).i need horizontal , vertical scrolling for +ve part only.So i want to restrict remaining 3 parts of graph. I tried in all ways help less, so posted here. if any one already done with this type requirement, please help me ASAP.
Thanks in advance.
The easiest way to restrict the scrolling ranges is to set the globalXRange and globalYRange properties on your plot space. If you want more control, you can use a plot space delegate. CPTestApp (the Mac version) demonstrates both techniques.