Creating a report that's compliant with SEC

Does anyone have experience in creating a marketing log that's compliant with SEC. Need to generate a report that shows whichmarkting materials were sent, how they were sent (email or mail) date sent and by whom. any advice is much appreciated. i've been trying for weeks to solve this issue

You should be able to use Activities to track the marketing log information.

Similar Messages

  • How do i create a report that has drill-down with class?

    How do I create a report that has drill-down levels so that I can have summary information at the top level but then view specific records at a more detailed level?

    can i know ur email address.
    this is my other one coding
    but problem is very very slow when i 1 see my output
    TABLES: proj, coep.
    *&            TYPES DECLARATION                                        *
    *TYPES: BEGIN OF tb_coep,
             wtgbtr TYPE coep-wtgbtr,
          END OF tb_coep.
    DATA : int_proj TYPE proj OCCURS 0 WITH HEADER LINE.
    DATA : int_coep TYPE coep OCCURS 0 WITH HEADER LINE.
    DATA : gd_date(10). " FIELD TO STORE OUTPUT DATE
    TYPES : BEGIN OF t_date,
              year(4)  TYPE n,
              month(2) TYPE n,
              day(2)   TYPE n,
           END OF t_date.
    *&            SELECTION-SCREEN                                         *
    SELECTION-SCREEN BEGIN OF BLOCK b01 WITH FRAME TITLE text-001.
    SELECT-OPTIONS: so_pspnr FOR proj-pspnr OBLIGATORY.
    SELECTION-SCREEN ULINE.
    SELECTION-SCREEN END OF BLOCK b01.
    *&            TOP-OF-PAGE                                              *
    *&            fetch the data for the list                              *
    SELECT * INTO int_proj FROM proj where
             pspnr in so_pspnr.
    append int_proj.
    CLEAR int_proj.
    ENDSELECT.
    SELECT * into int_coep FROM coep WHERE
             wtgbtr in so_pspnr.
    append int_coep.
    CLEAR int_coep.
    ENDSELECT.
    LOOP at int_proj.
      write : / int_proj-pspnr, int_proj-post1.
    ENDLOOP.
    LOOP at int_coep.
      write : int_coep-wtgbtr.
    ENDLOOP.
    Edited by: Dickson on Jul 10, 2009 10:53 AM

  • Error while creating a report that uses Oracle OCI JDBC connectivity

    Please let me know why my CR and LF characters are removed from my forum posting *****
    Hi,
    I was trying to create a report that uses Oracle OCI JDBC connectivity. I am using Eclipse3.4 download from "cr4e-all-in-one-win_2.0.2.zip".  I have successfully created a JDBC OCI connection.
    The connection parameters are given below:
    URL: jdbc:oracle:oci8:@xe
    Database: xe
    username: <userName>
    password: <password>
    I have tested the above connection in Data source Explorer and it works fine!!!
    But I am getting the following error when I drag-and-drop a table from the list of tables. Not sure what I am missing here?  Any help is highly appreciated.
    com.businessobjects.reports.jdbinterface.common.DBException: InvalidURLOrClassName
         at com.crystaldecisions.reports.queryengine.driverImpl.jdbc.JDBCConnection.Open(Unknown Source)
         at com.crystaldecisions.reports.queryengine.JDBConnectionWrapper.Open(SourceFile:123)
         at com.crystaldecisions.reports.queryengine.Connection.br(SourceFile:1771)
         at com.crystaldecisions.reports.queryengine.Connection.bs(SourceFile:491)
         at com.crystaldecisions.reports.queryengine.Connection.t1(SourceFile:2979)
         at com.crystaldecisions.reports.queryengine.Table.u7(SourceFile:2408)
         at com.crystaldecisions.reports.dataengine.datafoundation.AddDatabaseTableCommand.new(SourceFile:529)
         at com.crystaldecisions.reports.common.CommandManager.a(SourceFile:71)
         at com.crystaldecisions.reports.common.Document.a(SourceFile:203)
         at com.businessobjects.reports.sdk.requesthandler.f.a(SourceFile:175)
         at com.businessobjects.reports.sdk.requesthandler.DatabaseRequestHandler.byte(SourceFile:1079)
         at com.businessobjects.reports.sdk.JRCCommunicationAdapter.do(SourceFile:1163)
         at com.businessobjects.reports.sdk.JRCCommunicationAdapter.if(SourceFile:657)
         at com.businessobjects.reports.sdk.JRCCommunicationAdapter.a(SourceFile:163)
         at com.businessobjects.reports.sdk.JRCCommunicationAdapter$2.a(SourceFile:525)
         at com.businessobjects.reports.sdk.JRCCommunicationAdapter$2.call(SourceFile:523)
         at java.util.concurrent.FutureTask$Sync.innerRun(Unknown Source)
         at java.util.concurrent.FutureTask.run(Unknown Source)
         at com.businessobjects.crystalreports.designer.core.util.thread.ExecutorWithIdleProcessing$3.doWork(ExecutorWithIdleProcessing.java:182)
         at com.businessobjects.crystalreports.designer.core.util.thread.AbstractCancellableRunnable.run(AbstractCancellableRunnable.java:69)
         at com.businessobjects.crystalreports.designer.core.util.thread.PriorityTask.run(PriorityTask.java:75)
         at com.businessobjects.crystalreports.designer.core.util.thread.PriorityCompoundCancellableRunnable.runSubtask(PriorityCompoundCancellableRunnable.java:187)
         at com.businessobjects.crystalreports.designer.core.util.thread.PriorityProgressAwareRunnable.runSubtask(PriorityProgressAwareRunnable.java:90)
         at com.businessobjects.crystalreports.designer.core.util.thread.PriorityCompoundCancellableRunnable.doWork(PriorityCompoundCancellableRunnable.java:144)
         at com.businessobjects.crystalreports.designer.core.util.thread.AbstractCancellableRunnable.run(AbstractCancellableRunnable.java:69)
         at com.businessobjects.crystalreports.designer.core.util.thread.ExecutorWithIdleProcessing$IdleTask.run(ExecutorWithIdleProcessing.java:320)
         at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(Unknown Source)
         at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
         at java.lang.Thread.run(Unknown Source)
    Thanks
    Karthik
    Edited by: KARTHIK1 on Oct 14, 2009 9:38 PM

    Hi Ted,
    Thanks for the feedback. I was able to create a report in Creystal Reports Designer 2008 using OCI.  It is not allowing only in the Eclipse plugin. In our environment we are not allowed to user Oracle thin connections and ONLY OCI is allowed.
    1) Can you please let me know if there is a way to do this? 
    2) Will it allow data sources using native database driver?
    3) If so, can I use JRC to create these reports from a desktop java program?
    Thanks & Regards
    Karthik
    Edited by: KARTHIK1 on Oct 15, 2009 4:38 PM

  • Can we create a report that show us all comments created for a specific MP

    Hi All,
    I have created documents for multiprovider.
    Now, I want to know whether we can create a report that shows all the documents created on this multiprovider or not.
    Your help will be rewarded.
    Regards,
    Haritha.

    Check out this post: http://forums.adobe.com/message/4399918#4399918
    You can use skip logic to get the desired effect. If you have problems do it just reply back.
    Randy

  • I have created a form that contains fields with default text for a user to update/personalize.  Is there a way to style the text so I can quickly identify changes to default text in a field?

    I have created a form that contains fields with default text for a user to update/personalize.  Is there a way to style the text so I can quickly identify changes to default text in a field?

    George - Thanks you so much!  Actually, i'd love for the text color to be red font color.  Could you send me the script for that? And I assume I just copy and paste the script into the field properties (see screenshot)?
    thanks again!
    Seth

  • Creating Profile type report that hold fields with multiple values

    Really hoping someone can please help me out as I am very new to Crystal Reports.
    We use Maximizer CRM and we have been in need of some custom reports to rule out risk for regulators. I contacted Max and they suggested the only possible way is to create through Crystal. Its been almost one month already and I still cannot for the likes of me get this report operating properly. I have been inside and out on all sorts of forums, posted topics but no luck! So I will give it one more attempt in hopes that one of you geniuses can show me the way.
    In Maximizer CRM there is date, numeric, alphanumric and table. Our table fields items can be set to either single value or multi-value. So in crystal i did a default join of Client.tbl and the user-defined fields from view and joined the client id and contact number from all the view fields to client table. See Image:
    and I have dragged all the relevant fields in rows (in details section) rather then columns because we would be reporting on more then 1 record at a time. My problem is - If there is a table with multiple items selected (values), the records triple in count and it will show the same record over and over with just single field value changing at a time.
    The formula field you see in the image is from when I posted a discussion and Abhilash assisted me by providing the formulas I should add:
    1) Create a formula with this code and place this on the Details Section:
    whileprintingrecords;
    stringvar s := s + {field_with_multiple_values} + ", ";
    2) Next, move all the fields (except the formula field above) from the Details section to the Report Footer
    3) Create a formula with this code and place this on the Report Footer. This field would replace the existing field that contains multiple values:
    whileprintingrecords;
    stringvar s;
    Left(s, len(s)-2);
    This method is not working out for this type of report. When I add the formula Crystal is still counting my 2 records as 5 records but I can only view it as a single record and the multi-field has all the values for both records and displaying as a single record. See image:
    Can anyone please assist and advise where I am going wrong?
    -Jared

    Hi Jared,
    Thanks for taking down memory lane that is Maximizer.  Nice to see their table structure hasn't been simplified in the last 20 years.
    If I understand what's happening, you should only see 2 records and not 5.  That means your joins are creating duplicate records.  For now I'm going to skip over trying to optimize your query because I still have bad dreams of linking Maximizer tables.
    There are a couple of ways to work around the duplicates, one is to create a group and instead of having your formula in the Detail section, put it in the Group Header.  The question is what would you create your group on that would get you a unique record?
    If you know where the duplicates are coming from, create a Record Selection Formula that will remove the duplicates.
    There is also the menu option Database | Select Distinct Records.  I've never really had success with this one but there's no harm in giving it a shot.
    I would have you try and find which table or combination of tables is generating the duplicates but that requires playing with your links.  Normally I'd start by adding one table at a time and dropping one field onto the report.  If it doesn't repeat then add another table and field and repeat until you get your duplicates.  Once you know where they are coming from then you can either drop that table from your query or create a selection formula that removes the duplicates.
    Good luck,
    Brian

  • Error creating custom reports. Permissions issue with custom reports

    I am having permission issues with reports. I am building a new Configuration Manager  2012 infrastructure and I have configured the Site server on Server1 and the DB is on Server2. Server2 also hosts the Reporting Point and SSRS roles/features. If
    I look in Monitoring at the Site Status and Component Status are all green no issues with the setup.
    Running SQL 2008 SP2 (no CUs). I have a service account that I used to install Configuration Manager and SQL. This service account is running the SQL service on Server2 and i am using the same account as the Reporting Services Point Account.
    I log into the SCCM console with a different user account, lets call it Admin1. This account is a member of the Full Administrator role. I can run any built in report.
    When I open the SSRS website and try to create a custom report I connect the DataSource using Windows Authentication. So the Datasource is connecting using the logged in users account. In this case Admin1. I test the connection and it connects fine.
    I test this query. (Select * from v_R_System) I only have about 10 workstations discovered so the report shouldn’t be very big. I get an error “The Select permission was denied on the object ‘v_R_System’, Database ‘CM_XXX’, schema ‘dbo’. (Microsoft sql server,
    Error: 229)”
    I have fixed the SELECT permission error by going into the database (using SQL Management studio) and granting Admin1 Select rights to the Configuration Manager database. I can now run the above query and make custom reports.
    My 2<sup>nd</sup> problem is that other members of the Full Administrator role cannot run these custom reports unless I go into the database and grant them the SELECT permission.
    Question:
    Should I have to manually go into the database to add SELECT permissions(i could use a group)? shouldnt Configuration Manager take care of this for me?
    Maybe the built in reports use the SQL service account rights and the custom ones do not? Am I doing something wrong with the Datasource when I create these custom reports?
    What is the correct process for creating custom reports?

    I think i am getting closer to a solution. After the Custom report is created. i can go back into the report. Delete the DataSource. Then browse for a dataSource. there is a datasource located in http://server2/reportserver/ConfigMgr_XXX/
    That datasource is used by all builtin reports. if you view the properties on the Credentials tab it is set to "do not use credentials" and the option is greyed out / cannot be changed.
    it looks like i still need the SELECT permissions on the database to create the report initially but at least i have solved the problem with viewing these reports.
    Can anyone confirm that what i did is correct?

  • Creating a Report that Does Not Require a Target

    I have several reports I'm building that work across all systems of a particular type. For example, I want to create a table of all of the systems with all of their software versions, another table with all of the systems and all of their free capacities and raid profile types (to best select a system to allocate capacity on) ...
    As such, I would like to build a report where I do NOT have to choose a specific target. Is this possible?
    My report definitions allow me to choose a type, but I can't find a way to say "but don't require a target", here is the report metadata for reference...
    l_target_type := MGMT_IP_TARGET_TYPES();
    l_target_type.extend(1);
    l_target_type(1) := 'my_storage_type';
    l_report_title_nlsid := 'Federated Capacity and Configuration Report';
    l_report_owner := mgmt_user.get_repository_owner;
    -- create a report definition for the report
    l_report_guid := mgmt_ip.create_report_definition (
    p_title_nlsid => l_report_title_nlsid,
    p_description_nlsid => 'Display of Configuration Information',
    p_owner => l_report_owner,
    p_category_nlsid => 'Storage',
    p_sub_category_nlsid => 'Storage Category',
    p_late_binding_target_types => l_target_type,
    p_show_table_of_contents => 1,
    p_system_report => 1,
    p_component_name => l_target_type(1)
    );

    It is a bit more complex, but I will boil this down:
    - Yes, I'm using the term System loosely, I am doing a query across a bunch of appliances in one case, there is no target identifier associated with it and, as such, the SQL does NOT include a where clause like i.TARGET_GUID = ??EMIP_BIND_TARGET_GUID?? so I would prefer the user does not have to select this
    - In another case I am in a detail report and do not want the user to have to choose the target (you can refer to another post on this), but basically, I get a table back using the BIND_TARGET, the user can click a column to get details on the adapter (for example), they click on it and are confronted with a target selection. I would rather "carry over" the target selection from the master report or I suppose I could "hide" the target GUID in the master report and then pass it as a parameter (my detail reports, in this case, are not home page reports and can only be accessed through the master report)
    Either way, I don't want to be confronted by the target selection.

  • Create a report showing a tree with unlimited number of levels

    Hi,
    Our reporting requirement is to be able to show a tree structure of tasks and task groups plus other data specific to a task. Task is the lowest level but there can be many levels of task groups above it. We do not have a maximum number of levels. So the tree can go many levels deep. Since it is impossible to predict the number of levels, is there a way to apply grouping here? Is it even possible to create a report displaying unknown number of hierarchies? Here is a sample skeletal outline of how the report is supposed to be laid out:
    TG1
    ----TG1.1
    --------TG1.1.1
    ------------Task1
    --------TG1.1.2
    ------------Task2
    ----TG1.2
    --------Task3
    --------Task4
    TG2
    ----TG2.1
    --------TG2.1.1
    -------------TG2.1.1.1
    ------------------TG2.1.1.1.1
    --------------------------Task1
    ----TG2.2
    ---------Task2
    Thanks!
    Sarah

    Hi Tim,
    Here is the sample xml output. In our application, to display the hierarchy, our developers implement some looping/code mechanism. The XML output shows the flat data used to create the hierarchy although i have included a GROUP BY clause in my SQL to show the distinct data. Using the PARENT_TEMPLATE_GUID column, they will trace back the ancestors of the given task group or task in the tree. So after you get the PARENT_TEMPLATE_GUID of a task or task group (record), you will compare its value to the TASK_GROUP_GUID of other records to identify its parent. Once found, you will again take that record's PARENT_TEMPLATE_GUID and compare against the other TASK_GROUP_GUID to search for its parent/ancestor. Once you encountered a record with a null PARENT_TEMPLATE_GUID, then you have reached the top most level of the tree and establish the hierarchy for a given task group or task. We have no way of knowing how many levels deep a tree is as it is variable.
    <?xml version='1.0' encoding='UTF-8' ?>
    <results>
         <row>
              <RAWTOHEX(A.TASK_GROUP_GUID)><![CDATA[446A0F0BB03ECFF3E040578CAF0B1C16]]></RAWTOHEX(A.TASK_GROUP_GUID)>
              <RAWTOHEX(A.PARENT_GROUP_GUID)><![CDATA[446A0F0BB03DCFF3E040578CAF0B1C16]]></RAWTOHEX(A.PARENT_GROUP_GUID)>
              <TASK_GROUP_IDENTIFIER><![CDATA[LCM_ORA00001_ORA00004]]></TASK_GROUP_IDENTIFIER>
              <NAME><![CDATA[Task 121]]></NAME>
              <STATUS><![CDATA[NR]]></STATUS>
              <MIN_DOWN_TIME><![CDATA[Y]]></MIN_DOWN_TIME>
              <ORDER_BY><![CDATA[1]]></ORDER_BY>
         </row>
         <row>
              <RAWTOHEX(A.TASK_GROUP_GUID)><![CDATA[446A0F0BB03DCFF3E040578CAF0B1C16]]></RAWTOHEX(A.TASK_GROUP_GUID)>
              <RAWTOHEX(A.PARENT_GROUP_GUID)><![CDATA[446A0F0BB03BCFF3E040578CAF0B1C16]]></RAWTOHEX(A.PARENT_GROUP_GUID)>
              <TASK_GROUP_IDENTIFIER><![CDATA[TG_ORA00001_ORA00003]]></TASK_GROUP_IDENTIFIER>
              <NAME><![CDATA[Task Group 12]]></NAME>
              <STATUS><![CDATA[NR]]></STATUS>
              <MIN_DOWN_TIME><![CDATA[Y]]></MIN_DOWN_TIME>
              <ORDER_BY><![CDATA[2]]></ORDER_BY>
         </row>
         <row>
              <RAWTOHEX(A.TASK_GROUP_GUID)><![CDATA[446A0F0BB03BCFF3E040578CAF0B1C16]]></RAWTOHEX(A.TASK_GROUP_GUID)>
              <RAWTOHEX(A.PARENT_GROUP_GUID)><![CDATA[]]></RAWTOHEX(A.PARENT_GROUP_GUID)>
              <TASK_GROUP_IDENTIFIER><![CDATA[TG_ORA00001_ORA00001]]></TASK_GROUP_IDENTIFIER>
              <NAME><![CDATA[Task Group 1]]></NAME>
              <STATUS><![CDATA[NR]]></STATUS>
              <MIN_DOWN_TIME><![CDATA[Y]]></MIN_DOWN_TIME>
              <ORDER_BY><![CDATA[1]]></ORDER_BY>
         </row>
         <row>
              <RAWTOHEX(A.TASK_GROUP_GUID)><![CDATA[446A0F0BB046CFF3E040578CAF0B1C16]]></RAWTOHEX(A.TASK_GROUP_GUID)>
              <RAWTOHEX(A.PARENT_GROUP_GUID)><![CDATA[446A0F0BB042CFF3E040578CAF0B1C16]]></RAWTOHEX(A.PARENT_GROUP_GUID)>
              <TASK_GROUP_IDENTIFIER><![CDATA[LCM_ORA00001_ORA00012]]></TASK_GROUP_IDENTIFIER>
              <NAME><![CDATA[Task 222]]></NAME>
              <STATUS><![CDATA[NR]]></STATUS>
              <MIN_DOWN_TIME><![CDATA[Y]]></MIN_DOWN_TIME>
              <ORDER_BY><![CDATA[2]]></ORDER_BY>
         </row>
         <row>
              <RAWTOHEX(A.TASK_GROUP_GUID)><![CDATA[446A0F0BB03FCFF3E040578CAF0B1C16]]></RAWTOHEX(A.TASK_GROUP_GUID)>
              <RAWTOHEX(A.PARENT_GROUP_GUID)><![CDATA[446A0F0BB03DCFF3E040578CAF0B1C16]]></RAWTOHEX(A.PARENT_GROUP_GUID)>
              <TASK_GROUP_IDENTIFIER><![CDATA[LCM_ORA00001_ORA00005]]></TASK_GROUP_IDENTIFIER>
              <NAME><![CDATA[Task 122]]></NAME>
              <STATUS><![CDATA[NR]]></STATUS>
              <MIN_DOWN_TIME><![CDATA[Y]]></MIN_DOWN_TIME>
              <ORDER_BY><![CDATA[2]]></ORDER_BY>
         </row>
         <row>
              <RAWTOHEX(A.TASK_GROUP_GUID)><![CDATA[446A0F0BB044CFF3E040578CAF0B1C16]]></RAWTOHEX(A.TASK_GROUP_GUID)>
              <RAWTOHEX(A.PARENT_GROUP_GUID)><![CDATA[446A0F0BB041CFF3E040578CAF0B1C16]]></RAWTOHEX(A.PARENT_GROUP_GUID)>
              <TASK_GROUP_IDENTIFIER><![CDATA[LCM_ORA00001_ORA00010]]></TASK_GROUP_IDENTIFIER>
              <NAME><![CDATA[Task 212]]></NAME>
              <STATUS><![CDATA[NR]]></STATUS>
              <MIN_DOWN_TIME><![CDATA[Y]]></MIN_DOWN_TIME>
              <ORDER_BY><![CDATA[2]]></ORDER_BY>
         </row>
         <row>
              <RAWTOHEX(A.TASK_GROUP_GUID)><![CDATA[446A0F0BB041CFF3E040578CAF0B1C16]]></RAWTOHEX(A.TASK_GROUP_GUID)>
              <RAWTOHEX(A.PARENT_GROUP_GUID)><![CDATA[446A0F0BB040CFF3E040578CAF0B1C16]]></RAWTOHEX(A.PARENT_GROUP_GUID)>
              <TASK_GROUP_IDENTIFIER><![CDATA[TG_ORA00001_ORA00007]]></TASK_GROUP_IDENTIFIER>
              <NAME><![CDATA[Task Group 21]]></NAME>
              <STATUS><![CDATA[NR]]></STATUS>
              <MIN_DOWN_TIME><![CDATA[Y]]></MIN_DOWN_TIME>
              <ORDER_BY><![CDATA[1]]></ORDER_BY>
         </row>
         <row>
              <RAWTOHEX(A.TASK_GROUP_GUID)><![CDATA[446A0F0BB040CFF3E040578CAF0B1C16]]></RAWTOHEX(A.TASK_GROUP_GUID)>
              <RAWTOHEX(A.PARENT_GROUP_GUID)><![CDATA[]]></RAWTOHEX(A.PARENT_GROUP_GUID)>
              <TASK_GROUP_IDENTIFIER><![CDATA[TG_ORA00001_ORA00006]]></TASK_GROUP_IDENTIFIER>
              <NAME><![CDATA[Task Group 2]]></NAME>
              <STATUS><![CDATA[NR]]></STATUS>
              <MIN_DOWN_TIME><![CDATA[Y]]></MIN_DOWN_TIME>
              <ORDER_BY><![CDATA[2]]></ORDER_BY>
         </row>
         <row>
              <RAWTOHEX(A.TASK_GROUP_GUID)><![CDATA[446A0F0BB043CFF3E040578CAF0B1C16]]></RAWTOHEX(A.TASK_GROUP_GUID)>
              <RAWTOHEX(A.PARENT_GROUP_GUID)><![CDATA[446A0F0BB041CFF3E040578CAF0B1C16]]></RAWTOHEX(A.PARENT_GROUP_GUID)>
              <TASK_GROUP_IDENTIFIER><![CDATA[LCM_ORA00001_ORA00009]]></TASK_GROUP_IDENTIFIER>
              <NAME><![CDATA[Task 211]]></NAME>
              <STATUS><![CDATA[NR]]></STATUS>
              <MIN_DOWN_TIME><![CDATA[Y]]></MIN_DOWN_TIME>
              <ORDER_BY><![CDATA[1]]></ORDER_BY>
         </row>
         <row>
              <RAWTOHEX(A.TASK_GROUP_GUID)><![CDATA[446A0F0BB045CFF3E040578CAF0B1C16]]></RAWTOHEX(A.TASK_GROUP_GUID)>
              <RAWTOHEX(A.PARENT_GROUP_GUID)><![CDATA[446A0F0BB042CFF3E040578CAF0B1C16]]></RAWTOHEX(A.PARENT_GROUP_GUID)>
              <TASK_GROUP_IDENTIFIER><![CDATA[LCM_ORA00001_ORA00011]]></TASK_GROUP_IDENTIFIER>
              <NAME><![CDATA[Task 221]]></NAME>
              <STATUS><![CDATA[NR]]></STATUS>
              <MIN_DOWN_TIME><![CDATA[Y]]></MIN_DOWN_TIME>
              <ORDER_BY><![CDATA[1]]></ORDER_BY>
         </row>
         <row>
              <RAWTOHEX(A.TASK_GROUP_GUID)><![CDATA[446A0F0BB042CFF3E040578CAF0B1C16]]></RAWTOHEX(A.TASK_GROUP_GUID)>
              <RAWTOHEX(A.PARENT_GROUP_GUID)><![CDATA[446A0F0BB040CFF3E040578CAF0B1C16]]></RAWTOHEX(A.PARENT_GROUP_GUID)>
              <TASK_GROUP_IDENTIFIER><![CDATA[TG_ORA00001_ORA00008]]></TASK_GROUP_IDENTIFIER>
              <NAME><![CDATA[Task Group 22]]></NAME>
              <STATUS><![CDATA[NR]]></STATUS>
              <MIN_DOWN_TIME><![CDATA[Y]]></MIN_DOWN_TIME>
              <ORDER_BY><![CDATA[2]]></ORDER_BY>
         </row>
         <row>
              <RAWTOHEX(A.TASK_GROUP_GUID)><![CDATA[446A0F0BB03CCFF3E040578CAF0B1C16]]></RAWTOHEX(A.TASK_GROUP_GUID)>
              <RAWTOHEX(A.PARENT_GROUP_GUID)><![CDATA[446A0F0BB03BCFF3E040578CAF0B1C16]]></RAWTOHEX(A.PARENT_GROUP_GUID)>
              <TASK_GROUP_IDENTIFIER><![CDATA[LCM_ORA00001_ORA00002]]></TASK_GROUP_IDENTIFIER>
              <NAME><![CDATA[Task 11]]></NAME>
              <STATUS><![CDATA[NR]]></STATUS>
              <MIN_DOWN_TIME><![CDATA[Y]]></MIN_DOWN_TIME>
              <ORDER_BY><![CDATA[1]]></ORDER_BY>
         </row>
    </results>

  • Delimited output of report that contains frames with Print Direction = 'Across'

    Hello all.
    On the header section of my report, I have a frame with Print Direction = 'Across'.
    On screen the output is :
    Value1 Value2 Value3 Value 4
    I want to export this report to excel, by using DELIMITED option. However the output I'm getting is :
    Value1
    Value2
    Value3
    Value4
    e.g., reports is not generating several columns (one for each field), but separate lines.
    Anyone knows how to accomplish delimited output of frames with Print Direction='Across' ?
    Thanks in Advance,
    Octavio

    If you're not generating both bitmap and delimited data from the same report, try using character mode output rather than "delimited". You can create the report to generate the appropriately delimited values to a text file. This will also give you greater control over aspects such as headings.
    Delimited output simply uses the structure of the layout. It doesn't take into account the across/down repeat directions except in the case of matrix.

  • Trying to create a report that shows all 8.1 machines missing update 1 (KB2919355)

    Currently I have a report that polls every machine that talks to our SCCM 2012 server and only displays Windows 8.1 machines.  
    I'd like to modify the code where it will only show the 8.1 machines that are missing Update 1.  That way we can go through and patch the ones that need it.  Is this possible? 
    The existing query looks like the following: 
    SELECT
    SCCM_Ext.vex_R_System.Name0
    ,vMacAddresses.MacAddresses
    ,v_GS_PC_BIOS.SerialNumber0
    ,v_GS_COMPUTER_SYSTEM.Model0
    ,SCCM_Ext.vex_R_System.Operating_System_Name_and0
    ,v_GS_COMPUTER_SYSTEM.UserName0
    FROM
    SCCM_Ext.vex_R_System
    INNER JOIN vMacAddresses
    ON SCCM_Ext.vex_R_System.ResourceID = vMacAddresses.ItemKey
    LEFT OUTER JOIN v_GS_PC_BIOS
    ON SCCM_Ext.vex_R_System.ResourceID = v_GS_PC_BIOS.ResourceID
    LEFT OUTER JOIN v_GS_COMPUTER_SYSTEM
    ON SCCM_Ext.vex_R_System.ResourceID = v_GS_COMPUTER_SYSTEM.ResourceID
    WHERE
    SCCM_Ext.vex_R_System.Operating_System_Name_and0 like '%6.3'
    ORDER BY SCCM_Ext.vex_R_System.Name0

    Here is the code I use to pull 64bit machines that don't have CU1 (BTW cu2 is now out):
    select SMS_R_SYSTEM.ResourceID,SMS_R_SYSTEM.ResourceType,SMS_R_SYSTEM.Name,SMS_R_SY STEM.SMSUniqueIdentifier,SMS_R_SYSTEM.ResourceDomainORWorkgroup,SMS_R_SYSTEM .Client from SMS_R_System inner join SMS_G_System_SMS_ADVANCED_CLIENT_STATE on SMS_G_System_SMS_ADVANCED_CLIENT_STATE.ResourceID
    = SMS_R_System.ResourceId inner join SMS_G_System_COMPUTER_SYSTEM on SMS_G_System_COMPUTER_SYSTEM.ResourceID = SMS_R_System.ResourceId where (SMS_G_System_SMS_ADVANCED_CLIENT_STATE.DisplayName = "CCM Framework" and SMS_G_System_SMS_ADVANCED_CLIENT_STATE.Version
    != "5.00.7958.1203") and SMS_G_System_COMPUTER_SYSTEM.SystemType = "x64-based PC"
    Minor mods to this or your code should do the trick.
    ...I see you're talking an update to the OS, rather than SCCM update. Still hopes this helps.
    Ben JohnsonWY

  • Creating the report in BI Publisher with SQL SERVER 2008

    Dear Team,
    I want to create report on BI Publisher....i am able to create report with the help of oracle database ...but i dont'nt know how to create DATA MODEL in sql server 2008 ...
    plz tell me the wright way....
    Thanks,
    Him..

    Hi Jin Chen,
    Thank you for your response. I have disabled all the Symantec End Point Protection Service, but problem persists..
    Further, I have checked through the ULS Log in SharePoint, there is more error reported there:
    11/03/2010 15:19:48.44 ReportingServicesService.exe (0x3510)  
    0x4064
    Windows SharePoint Services   Database                      
    6f8g Unexpected
    Unexpected query execution failure, error code 282. Additional error information from SQL Server is included below. "The 'proc_GetTpWebMetaDataAndListMetaData' procedure attempted to return a status of NULL, which is not allowed. A status of 0 will be
    returned instead." Query text (if available): "{?=call proc_GetTpWebMetaDataAndListMetaData(?,'F77D6A37-F8D2-492C-911C-923C8A135DEB',?,NULL,1,?,?,6187)}"
    11/03/2010 15:19:51.46 ReportingServicesService.exe (0x3510)  
    0x4064
    Windows SharePoint Services   General                      
    8e2s Medium  
    Unknown SPRequest error occurred. More information: 0x80020009
    11/03/2010 15:19:51.69 ReportingServicesService.exe (0x3510)  
    0x1EEC
    Windows SharePoint Services   General                      
    8e2s Medium  
    Unknown SPRequest error occurred. More information: 0x80020009
    Do you have any idea based on the error above?

  • Is it possible to create crystal reports on IBM RAD with Java Bean as Data Source

    <p>Hi,</p><p>&#160;</p><p>          Our company wants report generation in IBM RAD 7.0  using crystal reports with a Java Bean as data source. i HAVEN&#39;T FOUND ANY ARTICLES TO WORK ON RAD. Any inputs appreciated..</p><p>&#160;</p><p>Thanks,</p><p>Manju</p>

    Look for Java POJO in the doc, i'm using RAD 7.0 and it's working like RAD 6.0

  • I am trying to create a report that shows the last payment received by BP customer

    I am just looking for the last payment the most current one.  I am not sure of  how to write "Last" payment only. Best Danielle

    Hi,
    Try
    select top 1 a.DocNum, a.DocDate, a.DocDueDate, b.CardName, a.DocTotal
    from ORCT a
    inner join OCRD b on b.CardCode = a.CardCode
    where a.CardCode = '[%0]'
    order by a.DocDate desc
    Regards,
    Alvin

  • How to create a report with selection screen that can run in background

    Sorry to ask these basic questions but I am knew to ABAP Programming.
    To keep it simply, I am attempting to create a report that has a simple parameter driven selections screen with one field.  That field takes in a folder path from the user.  The user executes the report.  The report creates a simply BDC that goes into SE16, gathers data from a table, and exports the results to a text file using the folder path provided.  I created a variant for the folder path field in the selection screen hoping to use it while executing the report in the background.  The report is not exporting the file as it did when run in the foreground for some reason.
    I am wondering what event is triggered when a report is executed in the background.  In the foreground (or when I execute the program via SE38->Execute->With Variant) the user needs to execute the program by hitting the execute button once the variant has populated the folder path field.  It works then, so I am trying to get the same to work in the background.  I am thinking I didn't put the program together correctly to accommodate the running in the background.  How can you create a report that can accept user input via variant into a selection screen and then run in the background?
    Please, any information would be greatly appreciated.
    Thanks you all for reading this!!!

    Ok, finally I understand what you're doing. Initially you lost me with the SE16 reference...
    Not sure what you're trying to achieve overall, but apart from the fact that you cannot export/download a file to a user's PC via background job (unless you have a mapped network share on the server or something like an FTP server on the user's PC, but both are pretty hypothetical scenarios and unlikely to occur).
    Also, the BDC approach to get data via SE16 is pretty awkward. Note that SE16 is guarded by some authorization checks and often users won't have access in production (which might not matter if you intend to always run your program in background via dedicated batch user). However, I have no clue why you wouldn't want to use [open SQL|http://help.sap.com/abapdocu_70/en/ABENOPEN_SQL_READING.htm] to read the data. You could then save it on the application server or if you really have to get it to the user you can consider e-mailing the file (extracts should be compressed before sending). For the latter you'll find plenty of references here, basically it's the [business communication services|http://help.sap.com/saphelp_nw2004s/helpdata/en/2d/1c5d3aebba4c38e10000000a114084/frameset.htm] that you'd need to look at.

Maybe you are looking for

  • I have problem with g62

    I have a problem with HP G62, the first not to charge the battery so I took out the CMOS battery, now will not turn on ...........pls help

  • DVD burn for a French Mother-in-Law: NTSC or PAL?

    Hi All, I've just finished a DVD slideshow of my recent wedding to send to my Mother-in-Law in france. Should I burn it using NTSC or PAL format? I remember there's a problem of watching videos taped in France in the UK... Many Thanks Paul

  • Importing from camera into lightroom with camera picture styles in tact (camera neutral)

    I use the Camera Neutral picture style on my Canon 5D mark ii when shooting landscape photogtraphy.  I would like my photos to remain Camera Neutral when I import them.  However, Lightroom always defaults the photos to Adobe Standard.  Is there any w

  • Account assignment category in production order

    Hi all, When I create a production order, the account assignment category coming is OIT - Order Item where as it should be MAT because in order type dependent parameters - distribution rule - Production Mat.Full settlement, is maintained.  Is there a

  • No response when running Query from client

    Hey. I have a problem, I have installed Oracle9i on a Red Hat 9 Professional server, I have made my database, and have also put in some data, now here is the problem. When i connect and run a query from my server, then it runs fine and fast, If i run