how to create a table in SAP WEBI - sap

I have a table that I would like to be similar to something like this?
Appreciate the help on this thank you.

I assume you're asking if header cells can be merged. Yes, left-click on two cells to select them, then right-click and select "Merge" from the context menu.

Related

How to add constraints with a large amount of objects in SQL query?

I want to get output from a SQL query by adding
WHERE ID IN (
15325335122,
85962128962,
12354789522,
64125335125,
64523578945,
12354784589,
......
........)
This list contains over 9000 rows, I'm wondering if there's an easy way to add them in the where statement since I don't want to copy and paste and add comma one by one. I'm new to SQL, can someone help me? Thanks in advance.
I've figured out the solution by following this instruction
In excel, select the cell next the first cell next to the first item on the right, then enter =A1&","

add subrows in pentaho table component cde

Good afternoon,
I have the necessary data already in a table of pentaho cde. What I want to make it more beautiful and practical is to create sub rows. I do not know what information I have to give so that you can guide me a bit. I would like something similar to the image to remain. Thank you
What I have right now is this:
If it can be I would like that when you click on the second column, all of the third column will be displayed. thank you very much

Identify Pivot Field using VBA

I am trying to write a macro which automatically identifies which field is the data taken from in a pivot.
I have some columns with different level of org information dragged under one another in "Row Labels" to create a structure. Now I need to identify which row in the pivot is linked to which field.
I am a self-taught coder and am very new to advanced vba so need some help.
How my pivots look
I am trying to get the name of the field in the blue circle
Thank you!
Nevermind guys, It was simpler than I thought. I am just an idiot for not figuring it out earlier.
Anyhow, the solution is that "ActiveCell.PivotField" returns the Pivot row's field.

SQL - multiple incognito parameters from single cell

I've been searching for this "issue" but I couldn't find anything. I'm not sure about how to explain it so, maybe I searched it in a wrong way.
If not... I have this SQL embedded to an Excel spreadhseet
SELECT
PlanNo
FROM
tablex
WHERE
PlanNo IN ('12312','123',1456')
I would like to set the "WHERE" in order to link it to a cell in my excel spreadsheet but if I do this below in order to have multiple parameters taken from a single cell, it doesn't work:
SELECT
PlanNo
FROM
tablex
WHERE
PlanNo IN = ?
I try to put these below into, for instance, my cell B2 but I can't make it work.
'7090001701','7090001512'
"7090001701","7090001512"
('7090001701','7090001512')
("7090001701","7090001512")
Any suggestion?
Thank you very much in advance,
cheers

How to format a table cell into one?

So I am having an issue, (or me just being a complete Derp. I am pretty sure it's the latter) with tables and formatting.
I need to recreate a table from a Word document into my InDesign, and I basically need to make two header row into one so that two columns fit under it...
See the attached image to fully understand what I mean.
What's the easiest way to do this?
Any answers/solutions will be highly appreciated. :-)
Select the cells to merge.
Invoke Menu "Table" / "Merge Cells".