on ‎2007 Aug 30 2:37 AM
Hello,
Good Morning to all,
In a query a attribute is defined for an Infoobject. In the output, i am getting zero values along with values for that attribute.But i want to display only the values other than zero. If it is possible at the query level please provide me the solution.
Thanks in Advance
Regards,
Siv
Request clarification before answering.
hai,
If u are using the webapplicationdesigner then u can use this script restrict it....
<script type="text/javascript" >window.onload=function() { var Elements=document.getElementsByTagName('td'); for(var i=0;i&lt;Elements.length;i++){if(Elements<i>.innerText=='0'){Elements<i>.innerHTML=' ';Elements<i>.style.whitespace='nowrap';}}}</script>
Thankz & regards,
Prakasu.m
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
shiva,
See this link ,It may helps you.
http://help.sap.com/saphelp_nw70/helpdata/en/43/b57138c1afbd20e10000009b38f889/frameset.htm
Srinath
| User | Count |
|---|---|
| 9 | |
| 7 | |
| 6 | |
| 4 | |
| 3 | |
| 3 | |
| 3 | |
| 2 | |
| 2 | |
| 2 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.