cancel
Showing results for 
Search instead for 
Did you mean: 

WAD - web items alignment problem

Former Member
0 Kudos

Hi Gurus,

I`m developing web template with checkbox and dropdown boxes which are responsible for report layout.

To checkbox web item i assigned Key Figures from my query.

Reason for this is to give users possibility to choose as many columns (Key Figures) as they want to see on the report.

In Query Designer in every column of my query, apart from Key Figure, i also put two variables ( X and Y)

Dropdown boxes have assigned these two variables (X and Y).

Requirement is to get layout which should look like below

Checkbox DropdownX DropdownY

Checkbox DropdownX DropdownY

Checkbox DropdownX DropdownY

My problem is to align checkboxes with dropdown boxes.

It would be much easier if i could assign each KF from my report to one checkbox and then put all elements (checkboxes and dropdown boxes) into HTML Table.

Unfortunately when i assign KFs from query to checkbox, all KFs are available under one key.

I changed height of my checkbox, but it didn`t help. Web item increased height but size of little squares for marks left the same and didn`t align with dropdown boxes.

Do you have any idea how to overcome this problem?

Thanks in advance

Jacek

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

You should use HTML controls like tables/DIV/SPAN, etc to control the alignment. Go to XHTML code and feel free to add your code around standard generated code....This works well and you can do highly formatted and totally controlled UI...

Answers (0)