cancel
Showing results for 
Search instead for 
Did you mean: 

Scroll area in web report

Former Member
0 Kudos

Hi Experts,

is it not possible to have scroll area for both rows and columns in web report? b'cause i am trying to do that but it only displays scroll area for rows.

2)i am getting # values in the web report for some columns which donot have any value how to display blank instead of #?

can some one help please...

Message was edited by: shetty s

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

2)Play arnd with query properties/dispay tab

and rt click on your key figures in your rows/columns and check the properties...you shld be able to figure it outt..

--led

Answers (2)

Answers (2)

Former Member
0 Kudos

i just realized that # is a key for unassigned. this is managed automatically and i believe you can suppress it by setting a filter to exclude # on the particular characteristics. if you are sure that there will be no data in system that will fall into # value then you can also use suppress zeros,though it will suppress 0 in whole of the report.

hope you find it useful

Former Member
0 Kudos

Hi sharan thats a good idea but that doesnt work for me because i might have some values that might be blank so insted of # i need a blank in the report.

Thanks for the Help

Former Member
0 Kudos

using the below code in style sheet of the web report will force scroll for both y and x axis

overflow-y: scroll;

overflow-x: scroll;

about the # values...you are having a unassigned value for a characteristic in your system. if you can feed " " as text to it and display text you wont see it in report.

do that only if you don't find any context menu option in report to suppress it.

thanks

sharan

Former Member
0 Kudos

Thanks for the replies will sure try this

Former Member
0 Kudos

about the # values in the result, i tried with a routine which puts spcae if there is no value for the infoobject but still getting the # in the report how to supress # values in the report?? by the way the infoobject i am talking about is a text splitted into three infoobjects.

thanks in advance.

Message was edited by: shetty s