How to create/add multiple tittles and border lines to one text table in Tableau Desktop - tableau-api

I have a text table in Tableau Desktop that looks like this.
I want to partition it to add multiple tittles with border lines to separate into three parts within one tableau sheet, expecting result to look like this.
Any ideas on how to achieve that? or if it's even possible in Tableau Desktop? Version 2022.1.10

Related

Is there a way to make a Field Label a filter in Tableau?

I am using Tableau and am curious if it is possible to embed a filter into a Row Field Label? In the attached picture below, you can see that the filters match the separate columns in the chart created. Is there a way to basically embed that filter look directly into that header row, or is my best way going to be to just hide the top row and keep the filters sized like that? I am hoping there is a better way to make it look better and more in sync.
Thank you for any help!
I think your hiding the header idea might be the only way.
In addition to your suggestion, you might try adding a blank section of dashboard above your data and floating the filters so they can be very accurately placed. I would also suggest using the arrow keys to move them a pixel at a time.

How to merge two metrics in microstrategy visual insights?

I have created those line charts in microstrategy 10 visual insights, but I want them to look as a merged chart. Can anyone help me with that. How to do so?
I got the result by using the combo chart from the visualization gallery. Also make sure that the metrics(here incoming and outgoing) are in different axes like left and right axes.
Drag and drop the metric names into the Color By box to give different colors to those metrics (i.e., incoming and outgoing).

show multiple charts in a row in Crystal report

I was wondering if there is a way to show multiple charts in one row in Crystal report based on the group you are in . I am putting my chart in a group footer,and the group is based on commodity like water, electricity, etc.
The normal operation is showing the multiple charts for different commodities vertically, is there a way to force the crystal report to show the charts for different commodities in one row horizontally? ( as you could do it in excel)
appreciate anyone's help
If you place in group it will show vertically it is the functionality of crystal report but there is one way but that is a bit complicated and not sugested
Place individual charts for commodites and check the option `Underlay following sections` in section expert for group footer
I don't know if this technique will do but i used it to display record horizontally
Right clicked details area
select section expert
on common tab, check Format with Multiple Columns
A layout tab will added, then click it
Set/change the value of the fields
Good Luck!

Can we use a text element or lines over the graph?

I created a bubble chart where i am using lines and text over the graph, i am getting preview in ireport but not in Jasper-server. Does any one know how to use these lines?
Unfortunately I don't think you can do this. When you view reports in JasperServer you are looking at html. From what I know, you cannot have overlapping controls in html. When you do, one of the controls will not appear. I have had similar situations with reports I created. Any time 2 controls overlap, one disappears.

Crystal report (or SSRS) flowing text around image

I want to have this layout in Crystal Reports:
How can I do this? If it cant be done in CR or SSRS, is there any other alternatives?
I don't believe this can be done with Crystal Reports. I'm not as familiar with SSRS, but after looking through the field options I don't believe it can be done with it either. In general field locations are set static in reporting solutions.
I think this would be best done with html/css or even XSL. I don't know the scope of the issue, but I'd assume that you should be able to output an html or xml file from your application which could be opened with a web browser. For html you should be able to use the align or even float attributes or text-align in css to accomplish this.
I hope this helps.
If you want to have multiple columns of static text in Crystal Reports, then you'd just have to get creative with multiple text boxes, i.e. create 2 text boxes side-by-side and add text to each one until it looks right.
If you want to have 2 columns of data, here's how:
Keep it simple and start with a blank report.
Add your fields of interest to the details section. Resize them so that they only use the first 4 inches of space.
Go into your Section Expert->Details and turn on the Format with Multiple Columns option.
A new tab will appear called Layout. For this example, let's set the Width to 4 inches and leave the Gaps at 0.
Preview your report. If you have enough data in your dataset, it will automatically flood over to the right side of your screen.
It'll take a few minutes of fidgeting with the measurements to get everything looking the way you want. You can even have more than 2 columns if you set the Detail Width small enough.
Also, there is also an option in the Layout menu called "Format Groups with multiple column". It's hard to describe in text, but play with this if you have any grouping levels.