How to include "alias" in custom report

Is there a method for generating a report in Zen 10.1 that will include the name of the computer assigned in zenworks (Alias)? I have tried all obvious choices such as machine name. Its possible to report on the folder that contains the computer but why not the computer's alias itself?

ABunker,
It appears that in the past few days you have not received a response to your
posting. That concerns us, and has triggered this automated reply.
Has your problem been resolved? If not, you might try one of the following options:
- Visit http://support.novell.com and search the knowledgebase and/or check all
the other self support options and support programs available.
- You could also try posting your message again. Make sure it is posted in the
correct newsgroup. (http://forums.novell.com)
Be sure to read the forum FAQ about what to expect in the way of responses:
http://forums.novell.com/faq.php
If this is a reply to a duplicate posting, please ignore and accept our apologies
and rest assured we will issue a stern reprimand to our posting bot.
Good luck!
Your Novell Product Support Forums Team
http://support.novell.com/forums/

Similar Messages

  • How to include row count in report

    I have a report which shows list of available classes for students to register. One table called reg (which is not included in the report) keeps student_id and class_id numbers so that we know who signed up for which class.
    I'd like to count rows in the reg table and group them by classid and then include results in the report so that we know how many students already signed up for each class. How can I do that?

    I assume that you are providing the report with some SQL to pull in the available classes. Why don't you put in a sub select where you are doing a count on the other table?
    So for example,
    SELECT a.CLASSID, a.CLASSNAME, (SELECT COUNT(*) FROM STUDENTS where CLASSID = a.CLASSID ...Your group by, etc...) as Current FROM CLASSES

  • How can I open a customized report in a new window?

    I am trying to create printable views for my reports that are published as portlets. In specific, I would like a link to open the report up in a new window where the user can print at. I have figured out how to do this with the default report created. However, after a user has customized the report, is there a way to open the customized report in a new window?

    Hi
    I do not think it matters whether your reports portlet is a default one or a customize one. I think whne you place the portlet, you can specify in the property to open up the result in new window. I think it is common feature of Portal.
    Thanks
    Rohit

  • How to define parameters in custom reports registration

    dear experts
    In my custom report i need to register some parameters and i did so earlier on .. but this time i need some kind of constant lov feild in my report parameters and i cant able to do that .. lets suppose i have parameter on flow status and it is 'SHIPPED' or 'CLOSED' . if i want to see data based on 'SHIPPED' lines, i want to select 'SHIPPED' from my lov, otherwise 'CLOSED' and one more condition may be BOTH for that i use '%' with LIKE ...
    Right now i m using charector 10 constant in concurrent > program > define.
    And when my report run it ask value for my parameter and i have write the exact value ..other wise it not run .. i want to creat fix lov feild for input parameter .
    Do suggust me .. how can i do that .
    regards
    anwer

    You can create a new value set by following the steps:
    Go to Application Developer -> Validation -> Set and create a new value set by giving:
    1. Value set name
    2. Type
    3. Size
    4. Validation type -> select as independent
    Save the changes
    Then go to Application Developer -> Validation values and query for your value set that you created in your previous step.
    Then add the values 'SHIPPED','CLOSED','BOTH' on the list and save changes.
    Then go to concurrent program -> define and query for your concurrent program and change the value set for that parameter to the one you created.
    Then run the report by selecting a value from the LOV.
    For Both you can use something like this:
    a.flow_status:= NVL(:P_flow_status, a.flowstatus)Dont use LIKE operator as it my slow down the report execution in case if the reoprt is huge

  • How to display images in custom reports?

    Hi,
    I have a table with a ordsys.ordimage field, where I am uploading images. I created a custom report based on that table but I just cant seem to find a way to show images in it. Could anyone please tell me how to do this.

    Assuming you are using PSQuery.
    In your query go to the expressions tab.
    Add in the following:
    SUBSTR(sys_context('USERENV', 'CLIENT_INFO'), 1, INSTR(sys_context('USERENV', 'CLIENT_INFO'), ',', 1, 1) - 1)
    That will return who is running the query in your results.
    Then you use this field in your XMLP template.
    hat tip to
    http://jjmpsj.blogspot.com/2006_09_03_archive.html

  • How to include #/Blank Value in Report

    Hi,
    Our cube is loaded with Flat file,The cude didn't had any master data only transaction data.The records are based on user name in flat file there some records with out user name in flatfile with BLANK which is #
    The data is loading into cube where blank is loaded as balk spack
    but in report i want to restrict the user name to exclude the bank (User Name) Records with out user name...But the # is not appearing in the user name list in Bex to restrict...how can i include the #
    Thanks

    Krishna,
    In the report you want to exclude the data where username is #. Correct? And when you try to do that in the Query Designer, you don't see the # value in the list?
    In the list if you dont see it, simplest way is this... There is a search box at the bottom of that screen. In that type #. Dont hit search. Click on the left arrow which moves the values to the right. Now right click on the value and say "Exclude from Selection".
    Let me know if I understood your question correctly and if you can get it to work.
    Gova

  • How to include a button in report header like rowspan? &logfile generation?

    I am really new to this form and I have some questions on the APEX HTML DB:
    The project I need to work on is like this: Based on some criteria, I need to do a database lookup. Then in the result, I need to be able to edit the individual record. So far it is no problem. Here comes the part that I am not sure how to handle or if it can be handled.
    1.     We need to have the ability to copy down certain columns value to selected rows. Therefore, a "copy down" button needs to be included right under the column header cell. For example, based on certain criteria, the following product information is returned: product description, serial number, price, category etc. The “COPY DOWN” button needs to be listed right under the “serial number” table header and before the first row of the result, like “rowspan” in html table header. Once you click on “copy down”, the first rows’s serial number will be copied to all selected rows “serial number”. – Can a button be put right under a column header? If so, can I even reference the cell value in javascript?
    2.     Since we are doing the batch update, I need to have the ability to maintain a logfile to include date and time and what information is modified. – Can I generate a logfile from APEX HTML DB?
    I am not sure APEX HTML DB is a good candidate for the above two tasks.
    Your help is greatly appreciated.

    Hi user572980,
    Welcome to APEX... the more you'll do with it, the more you'll like it.
    1) Are you using a Tabbed Form? Or are you in a report? I try to get a better idea what you're trying to do. Did you already have a look at the templates? You can have a template for the report for ex., in that you can adapt like you wish (in your case put a button under the column header).
    You can also reference the cell values, but for that I should know where you're in (form, report). When you click right on the page and have a look at Page Source you see what item (reference) it is.
    2) You can make a logfile yes. Are you using packages to do the batch update? In that you can make some code to store the history. In otherwords, out-of-the-box in APEX I don't think it exists, but with PLSQL you can do it (so also in APEX). For ex. the plsql package stores it in a history table and you built a report on top of that.
    Dimitri

  • How to include preUUTloop results in report?

    In preUUTloop the operator is polled to choose a few parameters (messages with 2-3 buttons to choose from)
    How do I record his choces in the report?
    Desirably, this data should be reported in the very beginning on the report only, not in every UUT loop.
    TS3.5
    Thank you!
    Message Edited by fomine on 08-25-2008 09:13 PM

    Hi,
    Take a look at this example.
    I have attached it to every uut just to demonstrate how it works
    I your case i would also override the ModifyReportHeader Callback and add it Report header
    wich is a little bit of work.
    Greetings
    juergen
    =s=i=g=n=a=t=u=r=e= Click on the Star and see what happens :-) =s=i=g=n=a=t=u=r=e=
    Attachments:
    PreUutToReport_TS35.seq ‏25 KB
    PreUutToReport.seq ‏6 KB

  • How to include  images in BAM reports

    Hi all,
    In Oracle 11g BAM , i can see some already existing Demo reports, i the Active Studio.
    in that demo reports i can see a report called SLA Violation.Here in this SLA Vioaltion report there is Updating Orderded list within the list they are showing some images .
    can some one help me how to add images like that..? or tell me the steps..
    i tried creating the similar updating ordered list in my sample report and gave the image links gived in that demo report
    " _switch({Process Due Soon SLA}) case(true):(<span style='width: 8px'><img src='../Images/TradeSubmitted.png'/></span><span style='padding-left: 4px;vertical-align:top;'>Submitted</span>) default( <span style='width: 8px'><img src='../Images/TradeFine.png'/></span><span style='padding-left: 4px;vertical-align:top;'>Fine</span>")_but in the updated ordering list instead of the image im getting entries like this " ):(<span style='width: 8px'><img src='../Images/TradeSubmitted.png'/></span><span style='padding"
    Any suggestions on this is Really appreciated..
    TIA,
    Karthik
    Edited by: karthik !! on 20 Jun, 2011 7:28 AM

    Hi,
    I have used four different ways to display images in my applications depending on which method is the fastest to refresh.
    1. Under Application Attributes > Edit Standard Attributes > Substitutions enter your substitution string (MY_IMAGE_URL) and substitution value(http://somewhere/img)
    and then in the region or template use the following syntax &MY_IMAGE_URL. in your html tags eg. img src="&MY_IMAGE_URL./banner.png" width="x" height="x">)
    I have found this the best for image refresh speed, especially if the image is already cached.
    2. Load your image up into Apex and don't associate it with any application and use the following tag img src="#WORKSPACE_IMAGES#banner.png" width="x" height="x" alt="">
    Good for development as all images not associated to an application are available.
    3. Load your image up into Apex and associate it with an application and use the following tag img src="#APP_IMAGES#banner.png" width="x" height="x" alt="">
    This can be a pain during development when your application numbers continually change.
    4. Use standard http address <img src="http://somewhere/banner.png" width="x" height="x">
    Ben
    Message was edited by:
    Benton

  • How can a  SAP or custom report be displayed on a VC  dashboard?

    We have NetWeaver Portal set up and also have Visual Composer 7.0.  We do NOT have BI or BW.  We are trying to set up and test a dashboard for our upper management. We have the backend SAP system connected and have access to the standard SAP BAPIs.
    Is it possible to display the results of a standard SAP report ( for instance transaction  S_ALR_87013611 or results from transaction CN40 ) or must custom BAPIs be written to capture the report results?

    Hello MPersson,
    You can only exchange data between VC and R/3 or ECC through Remote Function Calls.
    So, if you want to display the data from a report or transaction one of the ways you can use is to write an RFC with a 'call transaction'.
    You can also write an RFC which selects all the fields you want to import in VC.
    Regards,
    Alessandro.

  • How to import custom report to drag and relate menu ?

    Hi Professionals .
    Kindly advice me how to add or import custom report at drag & relate menu
    Any help please ?

    Hi Mohamed,
    Please check below link.
    What is Drag and Relate in SAP Business One - YouTube
    https://help.sap.com/saphelp_sbo882/helpdata/en/45/100314cf465d7ae10000000a11466f/content.htm
    https://help.sap.com/saphelp_sbo882/helpdata/en/45/10ff71cf465d7be10000000a11466f/content.htm
    SAP - SAP Business One: Your Solution for Generating Custom Reports
    Hope this helps
    Regards::::
    Atul Chakraborty

  • How to migrate Custom Reports from 2010 to 2013

    We are considering upgrading from Project 2010 to 2013 and one of our users noticed there are no Custom Reports or canned reports available.
    On her computer with Project 2010, when she selects Reports-Custom Reports, there are numerous canned reports available.
    On the test computer, with Project 2013, when she views Custom Reports, it is empty.
    How do we get the Custom Reports moved from her computer with Project 2010 to the test computer with Project 2013?
    thank you in advance for any assistance you can provide.
    Geemail

    Thus I guess you are using the new reports feature in MS Project Pro 2013 (as per my 2nd screenshot)?
    I would say that this feature aims at giving reports summarizing projects information in a global way, based on criterion specified by the user (cost, time period, tasks, resources..).
    I don't know how to bypass this limitation (which doesn't mean that it is not possible).
    But I'd advice as it says in the report tip to filter in order to emphasize on what makes sense for the user (incomplete tasks, overdue tasks, overallocated resources...) in order to use it like a dashboard more than like a detailed report.
    If your objective is to provide detail reports (and if you're using project server), I'd suggest to use more advanced BI features such as Excel Services or SSRS.
    Hope this helps.
    Guillaume Rouyre - MBA, MCP, MCTS

  • Custom Report for CO04n Mass Printing

    Hi,
    In CO04n for a given order number, production plant and order type when we click from main menu mass printing->execute. We get a list of outputs together for the order number.
    Object List.
    Job Ticket
    Pick List
    Goods Issue
    Goods receipt
    Confirmation slip.
    I want to create a custom report with order number as input and according to radio button selected the layout should be displayed. Is it possible.
    I know the driver program and form name. How can I develop this custom report.

    Hi ,
    You can develop Custome Report   , but for that 
    you will require  help from your Functional Team  , which will guide you thorug data selection  and processing
    i.e from which table data to be taken what to process .
      in that Report you can  display all details  which you reqired and also add one check box  in alv grid   in order to  select order no  .
      also take one button  on display Grid menu   using PF-status  .
      You have to  go through it step by step .
    Regards
    Deepak.

  • New customized report using PLD or QUERY PRINT LAYOUT to show customers onl

    I am working with a Software Developing firm as an SAP Consultant.
    Please tell me how to create a new     customized     report displaying various details as required by the client in the report using PLD or Query Print Layout.
    Please help me asap.

    Hi,
    You can create queries using the Query Generator or the Query Wizard tools.
    After you have created your own queries, you can link them to a required print layout.
    for user reports.Look at:
    Tools --> Queries --> Query Print Layout
    Set there your query reports.
    Printing User-Defined Queries
    After you had linked a user-defined query to a user report template, you can now print it
    according to its linked print layout.
    There are two ways for printing your user-defined queries.
    1. Using the Query Print Layout window:
    • Select from the upper menu Tools &#1048774; Queries &#1048774; Query Print Layout.
    • Click the Reports tab page.
    • Click to highlight the required query you would like to print.
    • Click on the printer icon or select from the upper menu File &#1048774; Print.
    • The user-defined query is printed according to its linked print layout.
    2. Using the Queries Manager window:
    • Click the Queries Manager icon on the upper tool bar.
    • Click to highlight the required query you would like to print.
    • Click on the printer icon or select from the upper menu File &#1048774; Print.
    • The user-defined query is printed according to its linked print layout.
    Note! You can also print preview user-defined queries. Do so by selecting the Print
    Preview option as described in the methods above for printing your query.
    Btw, you could search the manual training files relate to query PLD in http://www.service.sap.com/smb
    Rgds,

  • Customized Reports and Forms

    How do I attach a customized report to a customized form? The customized form was based on a standard Oracle Application Form which submits a report upon commit.

    How do I attach a customized report to a customized form? The customized form was based on a standard Oracle Application Form which submits a report upon commit. Not sure if this helps; but you may want to look at fnd_request.submit_request in the applications developer guide. The report would need to be defined as a concurrent program, etc.
    Ken Ken,
    Thanks a lot...

Maybe you are looking for

  • Lock and Commit work in INBOUND IDOC

    Hi Experts, Problem is about lock and commit work i need to receive idoc for Good receipt for purchase order. For one Purchase Order i can receive many good receipt Idoc at the same time and when first came in Lock the Purchase Order and further idoc

  • Mapping problem for date field

    Hi XI Friends.. In my file to idoc scenario.. i have field date value :2006-10-10T14:10:10 i have convert the above field into two fields idate :20061010 itime:141010 i used substring datetransfer functions.. but in static test of message mapping ..i

  • Integrated Planning

    Hi, Pl tell me how to achieve Integrated planning in BI 7 as we have detailed how to doc for BW 3.5' s BPS.... Pl give me how to document for Integrated planning. Thanks & Regards, Vijaya

  • Change Browser title

    Hi , I want to change the browser title for my application. I have the deep linking turned on. <mx:Application pageTitle="Title for the Page" creationComplete="isReloaded();" verticalGap="0" width="100%" xmlns:mx=" http://www.adobe.com/2006/mxml" lay

  • Can't startx after upgrade

    I did a pacman -Syyu and it told me that there was a bunch of conflict and ask me If I wanted to replace this by that... It was steam related stuff, I installed it along with other stuff it needed. Anyway I said yes and boom, can't start x anymore I