How to follow up on promotion result article/article group share of paper

Hi
How do we collect data and analyse benefit of specific articlegroups share of promotionpapers.
further more we would like to have the data available and tools to analyze prior performance depending on the article group size and placement in paper.
I can't find standard field in SAP but I have this naive beliefs that SAP made this posible in there retail solution....
does anyone know how to do this..
keel

On my OJ Pro 8600, When I go to print a # 10 envelope, it feeds the envelope through and then prints the address on a letter page.  I was forced to set the printer preferences to #10 envelope, and within Word, set the paper type to # 10 envelope, set Word up for center feed, and then put everything back to print normally.  ON my 6500 all I had to do was hit print.  There must be a way to print single envelopes without jumping through all these hoops!!

Similar Messages

  • What is meant by article grouping and site grouping and how to define

    what is meant by article grouping and site grouping and how to define in SAP.

    Hi Charan,
               Article Grouping in its broader sense  means grouping of Articles for ease of maintenance and business functions, either on the basis of Hierarchy or on the basis of Merchandise Category.Article Grouping is also primarily useful in promotions,wherein you can define a set of articles(which may not necessary fall under the same MC or Hierarchy) and club them together and assign them in a promotion.Txn codes used are : VBG1/2/3 - Create/Change/Display Article Group
    For more information refer the link below
    http://help.sap.com/saphelp_47x200/helpdata/en/12/08485c470311d1894a0000e8323352/frameset.htm
    Site Grouping is used for ease of maintenance by grouping the sites.It is also used to maintain the characteristics as well.This can also be used in Allocation Tables,promotion and Listing etc
    Some of the Txn codes -
    WB50 - Site Group,Create Alloc,.table
    Wb56 - Site Group, Alloc.table,Maintain Sites in Class
    WB60 - Site Group,Create Promotions
    WB64 - Site Group,Maintain SItes to Class
    Wb80 - Create Site Group Other
    For more information,refer the link below
    http://help.sap.com/saphelp_47x200/helpdata/en/12/08485c470311d1894a0000e8323352/frameset.htm
    Hope it helps
    Rgds,
    Aram K.
    For more information refer to the link below

  • How can i have Query trace results in a table format?

    How can i have Query trace results in a table format?

    Are you referring to reading the trace files generated under udump folder?
    Well, you can make use of external tables, but you really need to be a master in understanding that cryptic data.
    Check out following link for an alternative.
    http://www.oracle.com/technology/pub/articles/gallagher_tfm.html

  • How do I reorder the form results from a non-BC form in Muse?

    I have a problem with Muse, in that the emails that get delivered from filled-in forms have various fields in the wrong order and not the order that the fields appear in the actual form.
    How do I ensure the form results emails maintain the order of the fields in the form?
    For example, on the www.actconstruction.com Subcontractors form, several of the fields are wildly out of order. Here's a screen capture of the form results email:
    Here's the form as it appears on the site. You can see the fields are in completely different order to the results emai:
    So, how do I make sure the fields follow a particular order that I want them to (i.e. in the order I placed them in the form itself)?
    The form can be seen at www.actconstruction.com/contact-us.html. This shows the actual order of information. The form results email should follow the order exactly as shown on the web site.
    I've had complaints from clients about this and need to handle it immediately. Please have someone get back to me with a figure-out.
    Many thanks,
    Len Williams
    727-466-6888

    I have a problem with Muse, in that the emails that get delivered from filled-in forms have various fields in the wrong order and not the order that the fields appear in the actual form.
    How do I ensure the form results emails maintain the order of the fields in the form?
    For example, on the www.actconstruction.com Subcontractors form, several of the fields are wildly out of order. Here's a screen capture of the form results email:
    Here's the form as it appears on the site. You can see the fields are in completely different order to the results emai:
    So, how do I make sure the fields follow a particular order that I want them to (i.e. in the order I placed them in the form itself)?
    The form can be seen at www.actconstruction.com/contact-us.html. This shows the actual order of information. The form results email should follow the order exactly as shown on the web site.
    I've had complaints from clients about this and need to handle it immediately. Please have someone get back to me with a figure-out.
    Many thanks,
    Len Williams
    727-466-6888

  • How to code to get intermediate results in webdynpro ALV? Please help!

    Hi Experts,
    I got following info from help file to generate Intermediate Results(subtotal).
    Can somebody help me with sample code to achieve this?
    Basically I want to subtotal 'Qty' column based on 'Product' field.
    By default, all values in a field are used in the calculation during aggregation. However, you
    are also able to generate intermediate results. You group the data records that contain the
    values for an intermediate result and display each intermediate result in its own result row.
    To generate intermediate results, you have to provide certain information:
    ● To specify in which field the values from which the intermediate results are calculated
    are located, generate an aggregation condition for the desired field. The overall result is
    displayed in the result row.
    ● To specify which data records are contained in an intermediate result, group the data
    records: You sort the ALV output by the field that includes the criterion for the
    intermediate result.
    ● To then generate the intermediate results, calculate the intermediate results using the
    field with the criterion.
    ● To then display the intermediate results, switch on the display of intermediate results.
    You are able to make the following settings for intermediate results:
    ● Generate intermediate results
    ● Display intermediate results
    ● Setting levels for drilling down intermediate results
    ● Set the position of the result rows (see Settings for Aggregation [page 196])
    ● Forbid the generation of intermediate results
    Prerequisites
    ● You have generated an aggregation object for at least one aggregatable field.
    ● The field with the criterion for intermediate results is not an aggregatable field, and
    therefore has an alphanumeric data type.
    Generate Intermediate Results
    To generate intermediate results in a field that already has an aggregation condition, generate
    a sort condition for the field of a column (another column) (see Sorting [page 190]).
    In this sort condition, define whether intermediate results are to be generated. To do this, use
    the methods of the class CL_SALV_WD_SORT_RULE.
    Methods for Generating Intermediate Results
    Function Method
    Generate intermediate results SET_GROUP_AGGREGATION
    Check whether intermediate results are displayed GET_GROUP_AGGREGATION
    Display Intermediate Results
    Once you have made all settings, to generate intermediate results you have to switch on the
    display of these intermediate results. You use the methods of the interface class
    IF_SALV_WD_FIELD_SETTINGS for this (implementing class
    CL_SALV_WD_CONFIG_TABLE).
    Methods for Displaying Intermediate Results
    Function Method
    Display intermediate results SET_GROUP_AGGR_DISPLAYED
    Check whether intermediate results are displayed GET_GROUP_AGGR_DISPLAYED
    I have tried a bit but it is not working. here is my code:
    get field and create aggregation rule of type total
    lr_field = l_value->if_salv_wd_field_settings~get_field( 'Qty' ).
    lr_field->if_salv_wd_aggr~create_aggr_rule( ).
    lr_aggr_rule = lr_field->if_salv_wd_aggr~get_aggr_rule(  ).
    lr_aggr_rule->set_aggregation_type( if_salv_wd_c_aggregation=>aggrtype_total ).
    l_field = l_value->if_salv_wd_field_settings~get_field( 'PRODUCT' ).
    l_sortrule = l_field->IF_SALV_WD_SORT~create_sort_rule( ).
    l_sortrule~SET_GROUP_AGGREGATION( 'Y').
    l_value->if_salv_wd_field_settings~SET_GROUP_AGGR_DISPLAYED( 'Y' ).
    Please help
    Message was edited by:
            gopalkrishna baliga

    Hi Gopalakrishna balgia,
    I think i have answered in the below thread. Check it out.
    How to show Subtotal in webdynpro ALV(ABAP)? Kindly help!
    Regards
    Rakesh

  • Promoted Result Banner Error: This content cannot be displayed in a frame

    I created a query rule to promote a result on exact searches of my name among local SharePoint results. The promoted result is configured with the URL to my My Site blog. I have setup My Sites as a separate web application in the farm with
    a unique domain name. Claims authentication is configured for both the My Sites and user content web applications.  This rule displays correctly in search results (on the term), when configured to display as a hyperlink in the search results. However,
    if the option "Render the URL as a banner instead of as a hyperlink" is checked, then the promoted results displays as an error in the search results listing:
    I can reproduce this error without difficulty, by going back and forth between configuring the promoted result to display as a hyperlink or as a banner.  I thought perhaps this might be due to the HTML Field Security setting, so I enabled the "Permit
    contributors to insert iFrames from any..." setting.  But the issue persists.  I read the article,
    IFraming SharePoint-hosted pages in apps, which discussed adding the control <WebPartPages: AllowFraming runat="server" />.  However, it didn't make sense to me that I should have to edit page markup in order to implement an OOTB feature.
    Given this experience, is the promoted results feature not able to display as a banner a URL to another domain name?  Any assistance would be greatly appreciated, thank you.

    Steve - I tried adding this markup, <WebPartPages:AllowFraming runat="server" />, to the blog default page, in between two other <WebPartPage:... blocks.  But when I attempt to view the resultant page, it no longer displays and
    the "Sorry..." page is displayed instead.  If I then simply delete this markup, and then view it again, other web parts no longer display.  If I undo the checkout and revert back to the original, the page works as expected again. 
    Is there may be some specific location where I should enter this markup?  The referenced article above did not identify any specific location.

  • How can I pass/add these results in my Main query's column

    Hello Experts
    I’m working on a subquery. My subquery works fine and give the results what I need. But how can I pass/add these results in my Main query’s column ‘MGRNAME’. Here is my query
    select pc.c_id "Project ID",
    cn.c_id "Client ID", cn.c_last "Last Name", cn.c_first "First Name",
    pj.mgr_id "Manager ID", pj.project_name "Project", MGRNAME
    from project_consultant pc
    join consultant cn
    on (pc.c_id = cn.c_id)
    join project pj
    on (pc.p_id = pj.p_id)
    where lower(cn.c_last) = 'myers'
    and MGRNAME in
    ( select concat (substr(c_last,1,20),
    substr(c_first,1,20))
    as MGRNAME from consultant
    where c_id in (102, 103)
    When I run the above query I got error.
    Thanks a lot on advance

    I’ve join three tables to get the information about I need. I got everything working expert one part. The subquery
    ( select concat (substr(c_last,1,20),
    substr(c_first,1,20))
    as MGRNAME from consultant
    where c_id in (102, 103)
    Gives me the names of employees I need. The output comes 2 names. I’m trying to add these 2 names in my main query and show the results but I got the following error
    Error at Command Line:11 Column:4
    Error report:
    SQL Error: ORA-00904: "MGRNAME": invalid identifier
    00904. 00000 - "%s: invalid identifier"
    *Cause:   
    I can understand there is something wrong with MGRNAME field but not sure what it is. Can somebody point it out?
    Once again this is main query with single sub query
    select pc.c_id "Project ID",
    cn.c_id "Client ID", cn.c_last "Last Name", cn.c_first "First Name",
    pj.mgr_id "Manager ID", pj.project_name "Project",
    MGRNAME
    from project_consultant pc
    join consultant cn
    on (pc.c_id = cn.c_id)
    join project pj
    on (pc.p_id = pj.p_id)
    where lower(cn.c_last) = 'myers'
    and MGRNAME in
    ( select concat (substr(c_last,1,20),
    substr(c_first,1,20))
    as MGRNAME from consultant
    where c_id in (102, 103)
    Hope it helps

  • How to update the test case result in MTM using C#

    Hi
    I have tried the following code but when I execute the same I am getting the testcase result as "In Progress".
    How to update the testcase execution result as Passed.
    I tried the below code:
    public
    static
    void UpdateResult()
    TfsTeamProjectCollection tfs =
    new
    TfsTeamProjectCollection(TfsTeamProjectCollection.GetFullyQualifiedUriForName(server));
    ITestManagementService tms = tfs.GetService<ITestManagementService>();
    ITestManagementTeamProject proj = tms.GetTeamProject(project);
    ITestPlan Plan = proj.TestPlans.Find(1);
    ITestRun testRun = proj.TestRuns.Create();
    testRun = Plan.CreateTestRun(false);
    ITestPointCollection points = Plan.QueryTestPoints("SELECT
    * FROM TestPoint");
    foreach (ITestPoint
    p in points)
    testRun.AddTestPoint(p,Plan.Owner);// null);
    testRun.State = TestRunState.Completed;
    testRun.Save();
    ITestCaseResultCollection results = testRun.QueryResults();
    ITestIterationResult iterationResult;
    foreach (ITestCaseResult
    result in results)
    iterationResult = result.CreateIteration(1);
    foreach (ITestStep
    testStep in result.GetTestCase().Actions)
    ITestStepResult stepResult = iterationResult.CreateStepResult(testStep.Id);
    stepResult.Outcome = TestOutcome.Passed;   
    iterationResult.Actions.Add(stepResult);
    iterationResult.Outcome = TestOutcome.Passed;
    result.Iterations.Add(iterationResult);
    result.Save();
    results.Save(true);
    testRun.Save();
    testRun.Refresh();

    Hi Mohammed,
    Sorry for my delay.
    According to your code, I have been modified your code in my side and it can work fine. So you can refer the following code to check your issue in your side.
    Reference:
    publicstaticvoidUpdateResult()
    TfsTeamProjectCollectiontfs
    = newTfsTeamProjectCollection(TfsTeamProjectCollection.GetFullyQualifiedUriForName(server));
    ITestManagementServicetms
    = tfs.GetService<ITestManagementService>();
    ITestManagementTeamProjectproj
    = tms.GetTeamProject(project);
    ITestPlanPlan = proj.TestPlans.Find(1);
    IStaticTestSuitesuite
    = Plan.RootSuite.SubSuites.Where(s
    => s.Id == 1339).First()
    asIStaticTestSuite;
    ITestCasetestcase
    = null;
    testcase
    = suite.Entries.Where(e
    => e.Title == "login").First().TestCase;
    ITestRuntestRun
    = project.TestRuns.Create();
    testRun
    = Plan.CreateTestRun(false);
    ITestPointCollectionpoints
    = Plan.QueryTestPoints("SELECT * FROM TestPoint WHERE TestCaseId ="+
    testcase.Id);
    foreach(ITestPointp
    inpoints)
    testRun.AddTestPoint(p,
    Plan.Owner);// null);
    //testRun.AddTestPoint(p, null);
    testRun.State =
    TestRunState.Completed;
                testRun.Save();
    ITestCaseResultCollectionresults
    = testRun.QueryResults();
    ITestIterationResultiterationResult;
    foreach(ITestCaseResultresult
    inresults)
                    iterationResult = result.CreateIteration(1);
    foreach(ITestSteptestStep
    inresult.GetTestCase().Actions)
    ITestStepResultstepResult
    = iterationResult.CreateStepResult(testStep.Id);
                        stepResult.Outcome
    = TestOutcome.Passed;   
                        iterationResult.Actions.Add(stepResult);
                    iterationResult.Outcome
    = TestOutcome.Passed;
    result.Iterations.Add(iterationResult);
    result.Outcome
    = TestOutcome.Passed;
    result.State = TestResultState.Completed;
    result.Save(true);
    testRun.Save();
    testRun.Refresh();
    Note: you will need to
    base on your requirement to modify the code such as modify the testsuite id and title in your side.
    In addition, I find a blog about TFS API that can help you:
    # Code snippets on Test Management APIs
    http://blogs.msdn.com/b/aseemb/archive/2012/08/07/code-snippets-on-test-management-apis.aspx
    Best Regards,
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • How do I interpret this validation result?

    How do I interpret this validation result?
    13366 [Element <7>] [Rings 3, 4][Edge <0> in ring <3>][Edge <0> in ring <4>]
    --ORA-13366: invalid combination of interior exterior rings
    --Cause: In an Oracle Spatial geometry, interior and exterior rings are not used consistently.
    --Action: Make sure that the interior rings corresponding to an exterior ring follow the exterior ring in the ordinate array.
    I think it means that rings 3 and 4 in element 7 have interior vs exterior issues, but element 7 does not have rings 3 or 4; it does have rings 1 and 2.
    I am using Oracle Database 11g Enterprise Edition Release 11.2.0.2.0 - 64bit Production

    here is the result...
    SQL> select c.geom.sdo_elem_info from de_lec c where c.lec_gcode = '9417';
    SDO_ELEM_INFO_ARRAY(1, 1003, 1, 69097, 2003, 1, 70747, 2003, 1, 74383, 1003, 1, 122715, 2003, 1, 124
    , 1003, 1, 233915, 2003, 1, 235071, 2003, 1, 236407, 2003, 1, 236469, 1003, 1, 252279, 1003, 1, 2652
    1003, 1, 290105, 1003, 1, 301625, 2003, 1, 302471, 1003, 1, 309783, 1003, 1, 320973, 1003, 1, 33194
    1003, 1, 354945, 1003, 1, 374059, 1003, 1, 378163, 1003, 1, 392505, 1003, 1, 394375, 1003, 1, 398463
    003, 1, 416955, 1003, 1, 419939, 1003, 1, 422193, 1003, 1, 423811, 1003, 1, 425763, 1003, 1, 428065,
    03, 1, 433357, 1003, 1, 436003, 1003, 1, 441597, 1003, 1, 442599, 1003, 1, 450817, 1003, 1, 453779,
    3, 1, 459279, 1003, 1, 460957, 1003, 1, 463733, 1003, 1, 472079, 1003, 1, 473515, 1003, 1, 475225, 1
    , 1, 477279, 1003, 1, 478213, 1003, 1, 480013, 1003, 1, 482317, 1003, 1, 484677, 1003, 1, 485797, 10
    1, 487885, 1003, 1, 489137, 1003, 1, 490473, 1003, 1, 494967, 1003, 1, 495533, 1003, 1, 496545, 100
    1, 502053, 1003, 1, 502731, 1003, 1, 507419, 1003, 1, 509385, 1003, 1, 510463, 1003, 1, 511541, 1003
    , 513055, 1003, 1, 515103, 1003, 1, 515485, 1003, 1, 516215, 1003, 1, 518501, 1003, 1, 518893, 1003,
    521707, 1003, 1, 522173, 1003, 1, 523241, 1003, 1, 523753, 1003, 1, 524655, 1003, 1, 525181, 1003,
    526689, 1003, 1, 527041, 1003, 1, 527631, 1003, 1, 528079, 1003, 1, 529339, 1003, 1, 529505, 1003, 1
    30239, 1003, 1, 530351, 1003, 1, 531627, 1003, 1, 531835, 1003, 1, 532029, 1003, 1, 532363, 1003, 1,
    3919, 1003, 1, 534317, 1003, 1, 534755, 1003, 1, 535307, 1003, 1, 535545, 1003, 1, 536431, 1003, 1,
    117, 1003, 1, 537379, 1003, 1, 537871, 1003, 1, 538127, 1003, 1, 538459, 1003, 1, 539661, 1003, 1, 5
    89, 1003, 1, 540359, 1003, 1, 540585, 1003, 1, 540713, 1003, 1, 541065, 1003, 1, 541391, 1003, 1, 54
    1, 1003, 1, 543035, 1003, 1, 545329, 1003, 1, 545743, 1003, 1, 546109, 1003, 1, 546209, 1003, 1, 546
    , 1003, 1, 546945, 1003, 1, 546991, 1003, 1, 547333, 1003, 1, 547969, 1003, 1, 548239, 1003, 1, 5483
    1003, 1, 549721, 1003, 1, 550091, 1003, 1, 550203, 1003, 1, 550417, 1003, 1, 550511, 1003, 1, 55062
    1003, 1, 550915, 1003, 1, 551459, 1003, 1, 551701, 1003, 1, 551889, 1003, 1, 552763, 1003, 1, 552957
    003, 1, 555273, 1003, 1, 555331, 1003, 1, 555489, 1003, 1, 556235, 1003, 1, 556551, 1003, 1, 556699,
    03, 1, 557223, 1003, 1, 558425, 1003, 1, 558735, 1003, 1, 558825, 1003, 1, 559043, 1003, 1, 559237,
    3, 1, 559513, 1003, 1, 559679, 1003, 1, 559829, 1003, 1, 559977, 1003, 1, 560099, 1003, 1, 560877, 1
    , 1, 561599, 1003, 1, 561667, 1003, 1, 562085, 1003, 1, 562361, 1003, 1, 563011, 1003, 1, 564005, 10
    1, 564445, 1003, 1, 564587, 1003, 1, 564659, 1003, 1, 564775, 1003, 1, 564959, 1003, 1, 565105, 100
    1, 565535, 1003, 1, 565591, 1003, 1, 565679, 1003, 1, 565881, 1003, 1, 566451, 1003, 1, 566575, 1003
    , 566871, 1003, 1, 566987, 1003, 1, 567231, 1003, 1, 567885, 1003, 1, 568059, 1003, 1, 568227, 1003,
    568493, 1003, 1, 569317, 1003, 1, 569449, 1003, 1, 569805, 1003, 1, 569859, 1003, 1, 570097, 1003,
    570547, 1003, 1, 570815, 1003, 1, 570863, 1003, 1, 570961, 1003, 1, 571089, 1003, 1, 571143, 1003, 1
    71669, 1003, 1, 572099, 1003, 1, 572195, 1003, 1, 572319, 1003, 1, 572425, 1003, 1, 572531, 1003, 1,
    2729, 1003, 1, 572929, 1003, 1, 573087, 1003, 1, 573137, 1003, 1, 573255, 1003, 1, 573611, 1003, 1,
    747, 1003, 1, 573813, 1003, 1, 574339, 1003, 1, 574425, 1003, 1, 574485, 1003, 1, 574579, 1003, 1, 5
    83, 1003, 1, 574925, 1003, 1, 575035, 1003, 1, 575211, 1003, 1, 575361, 1003, 1, 575803, 1003, 1, 57
    1, 1003, 1, 576015, 1003, 1, 576103, 1003, 1, 576203, 1003, 1, 576299, 1003, 1, 576759, 1003, 1, 576
    , 1003, 1, 577073, 1003, 1, 577277, 1003, 1, 577339, 1003, 1, 577463, 1003, 1, 577541, 1003, 1, 5777
    1003, 1, 578153, 1003, 1, 578301, 1003, 1, 578529, 1003, 1, 578737, 1003, 1, 578805, 1003, 1, 57893
    1003, 1, 579223, 1003, 1, 579353, 1003, 1, 579431, 1003, 1, 579491, 1003, 1, 579561, 1003, 1, 579629
    003, 1, 579735, 1003, 1, 579815, 1003, 1, 579857, 1003, 1, 580577, 1003, 1, 580803, 1003, 1, 580837,
    03, 1, 580997, 1003, 1, 581059, 1003, 1, 581367, 1003, 1, 581479, 1003, 1, 581547, 1003, 1, 581903,
    3, 1, 582299, 1003, 1, 582417, 1003, 1, 582729, 1003, 1, 582911, 1003, 1, 583379, 1003, 1, 583459, 1
    , 1, 583769, 1003, 1, 583951, 1003, 1, 584011, 1003, 1, 584057, 1003, 1, 584113, 1003, 1, 584211, 10
    1, 584437, 1003, 1, 584841, 1003, 1, 584859, 1003, 1, 585043, 1003, 1, 585277, 1003, 1, 585371, 100
    1, 585521, 1003, 1, 585625, 1003, 1, 585681, 1003, 1, 585815, 1003, 1, 586027, 1003, 1, 586149, 1003
    , 586623, 1003, 1, 586777, 1003, 1, 586819, 1003, 1, 586929, 1003, 1, 587171, 1003, 1, 587289, 1003,
    587823, 1003, 1, 587855, 1003, 1, 587983, 1003, 1, 588155, 1003, 1, 588321, 1003, 1, 588379, 1003,
    588547, 1003, 1, 588873, 1003, 1, 588939, 1003, 1, 588999, 1003, 1, 589347, 1003, 1, 589389, 1003, 1
    89643, 1003, 1, 589971, 1003, 1, 590289, 1003, 1, 590481, 1003, 1, 590565, 1003, 1, 590627, 1003, 1,
    0797, 1003, 1, 590877, 1003, 1, 590953, 1003, 1, 591033, 1003, 1, 591393, 1003, 1, 591703, 1003, 1,
    873, 1003, 1, 591917, 1003, 1, 592019, 1003, 1, 592047, 1003, 1, 592345, 1003, 1, 592461, 1003, 1, 5
    49, 1003, 1, 592689, 1003, 1, 592745, 1003, 1, 592783, 1003, 1, 592963, 1003, 1, 593009, 1003, 1, 59
    7, 1003, 1, 593415, 1003, 1, 593475, 1003, 1, 593513, 1003, 1, 593789, 1003, 1, 593915, 1003, 1, 593
    , 1003, 1, 594165, 1003, 1, 594215, 1003, 1, 594243, 1003, 1, 594311, 1003, 1, 594349, 1003, 1, 5944
    1003, 1, 594589, 1003, 1, 594825, 1003, 1, 595109, 1003, 1, 595139, 1003, 1, 595199, 1003, 1, 59534
    1003, 1, 595447, 1003, 1, 595611, 1003, 1, 595743, 1003, 1, 595811, 1003, 1, 595995, 1003, 1, 596097
    003, 1, 596239, 1003, 1, 596291, 1003, 1, 596445, 1003, 1, 596553, 1003, 1, 596625, 1003, 1, 596789,
    03, 1, 596877, 1003, 1, 596959, 1003, 1, 596993, 1003, 1, 597057, 1003, 1, 597181, 1003, 1, 597293,
    3, 1, 597459, 1003, 1, 597547, 1003, 1, 597651, 1003, 1, 597863, 1003, 1, 597999, 1003, 1, 598075, 1
    , 1, 598337, 1003, 1, 598379, 1003, 1, 598517, 1003, 1, 598547, 1003, 1, 598875, 1003, 1, 599093, 10
    1, 599201, 1003, 1, 599385, 1003, 1, 599491, 1003, 1, 599513, 1003, 1, 599649, 1003, 1, 599705, 100
    1, 600221, 1003, 1, 600255, 1003, 1, 600355, 1003, 1, 600461, 1003, 1, 600553, 1003, 1, 600617, 1003
    , 600737, 1003, 1, 600799, 1003, 1, 600825, 1003, 1, 600923, 1003, 1, 601157, 1003, 1, 601199, 1003,
    601281, 1003, 1, 601335, 1003, 1, 601471, 1003, 1, 601517, 1003, 1, 601725, 1003, 1, 601859, 1003,
    602315, 1003, 1, 602403, 1003, 1, 602577, 1003, 1, 602815, 1003, 1, 602909, 1003, 1, 603097, 1003, 1
    03275, 1003, 1, 603335, 1003, 1, 603357, 1003, 1, 603857, 1003, 1, 603941, 1003, 1, 604079, 1003, 1,
    4293, 1003, 1, 604377, 1003, 1, 604441, 1003, 1, 604537, 1003, 1, 604581, 1003, 1, 604749, 1003, 1,
    913, 1003, 1, 604997, 1003, 1, 605025, 1003, 1, 605103, 1003, 1, 605157, 1003, 1, 605241, 1003, 1, 6
    65, 1003, 1, 605443, 1003, 1, 605743, 1003, 1, 605929, 1003, 1, 606129, 1003, 1, 606203, 1003, 1, 60
    9, 1003, 1, 606635, 1003, 1, 606789, 1003, 1, 606849, 1003, 1, 606879, 1003, 1, 607021, 1003, 1, 607
    , 1003, 1, 607441, 1003, 1, 607629, 1003, 1, 607747, 1003, 1, 607819, 1003, 1, 607845, 1003, 1, 6079
    1003, 1, 608123, 1003, 1, 608177, 1003, 1, 608341, 1003, 1, 608389, 1003, 1, 608691, 1003, 1, 60879
    1003, 1, 608849, 1003, 1, 609019, 1003, 1, 609037, 1003, 1, 609233, 1003, 1, 609319, 1003, 1, 609373
    003, 1, 609671, 1003, 1, 609757, 1003, 1, 609857, 1003, 1, 609881, 1003, 1, 609907, 1003, 1, 609941,
    03, 1, 610051, 1003, 1, 610105, 1003, 1, 610215, 1003, 1, 610347, 1003, 1, 610463, 1003, 1, 610587,
    3, 1, 610797, 1003, 1, 610877, 1003, 1, 610903, 1003, 1, 610999, 1003, 1, 611371, 1003, 1, 611465, 1
    , 1, 611629, 1003, 1, 611659, 1003, 1, 611683, 1003, 1, 611831, 1003, 1, 611919, 1003, 1, 612049, 10
    1, 612153, 1003, 1, 612289, 1003, 1, 612411, 1003, 1, 612481, 1003, 1, 612509, 1003, 1, 612603, 100
    1, 612791, 1003, 1, 612813, 1003, 1, 612927, 1003, 1, 613015, 1003, 1, 613041, 1003, 1, 613085, 1003
    , 613245, 1003, 1, 613381, 1003, 1, 613411, 1003, 1, 613433, 1003, 1, 613459, 1003, 1, 613485, 1003,
    613809, 1003, 1, 613831, 1003, 1, 613909, 1003, 1, 613949, 1003, 1, 614049, 1003, 1, 614115, 1003,
    614407, 1003, 1, 614499, 1003, 1, 614613, 1003, 1, 614637, 1003, 1, 614687, 1003, 1, 614761, 1003, 1
    14803, 1003, 1, 614837, 1003, 1, 614909, 1003, 1, 614981, 1003, 1, 615011, 1003, 1, 615147, 1003, 1,
    5221, 1003, 1, 615303, 1003, 1, 615415, 1003, 1, 615435, 1003, 1, 615515, 1003, 1, 615601, 1003, 1,
    661, 1003, 1, 615729, 1003, 1, 615811, 1003, 1, 615865, 1003, 1, 615979, 1003, 1, 616065, 1003, 1, 6
    55, 1003, 1, 616413, 1003, 1, 616485, 1003, 1, 616593, 1003, 1, 616673, 1003, 1, 616759, 1003, 1, 61
    5, 1003, 1, 617001, 1003, 1, 617065, 1003, 1, 617117, 1003, 1, 617245, 1003, 1, 617327, 1003, 1, 617
    , 1003, 1, 617513, 1003, 1, 617633, 1003, 1, 617715, 1003, 1, 617783, 1003, 1, 617805, 1003, 1, 6178
    1003, 1, 618007, 1003, 1, 618085, 1003, 1, 618149, 1003, 1, 618167, 1003, 1, 618263, 1003, 1, 61832
    1003, 1, 618389, 1003, 1, 618463, 1003, 1, 618489, 1003, 1, 618511, 1003, 1, 618575, 1003, 1, 618603
    003, 1, 618739, 1003, 1, 618771, 1003, 1, 618867, 1003, 1, 618885, 1003, 1, 618943, 1003, 1, 619005,
    03, 1, 619115, 1003, 1, 619167, 1003, 1, 619243, 1003, 1, 619291, 1003, 1, 619335, 1003, 1, 619415,
    3, 1, 619507, 1003, 1, 619571, 1003, 1, 619597, 1003, 1, 619625, 1003, 1, 619745, 1003, 1, 619855, 1
    , 1, 619979, 1003, 1, 620025, 1003, 1, 620133, 1003, 1, 620193, 1003, 1, 620243, 1003, 1, 620411, 10
    1, 620535, 1003, 1, 620693, 1003, 1, 620747, 1003, 1, 620803, 1003, 1, 620865, 1003, 1, 620935, 100
    1, 621075, 1003, 1, 621149, 1003, 1, 621171, 1003, 1, 621197, 1003, 1, 621273, 1003, 1, 621349, 1003
    , 621441, 1003, 1, 621463, 1003, 1, 621583, 1003, 1, 621651, 1003, 1, 621701, 1003, 1, 621753, 1003,
    621911, 1003, 1, 621933, 1003, 1, 621989, 1003, 1, 622125, 1003, 1, 622183, 1003, 1, 622253, 1003,
    622337, 1003, 1, 622387, 1003, 1, 622415, 1003, 1, 622497, 1003, 1, 622545, 1003, 1, 622577, 1003, 1
    22641, 1003, 1, 622731, 1003, 1, 622795, 1003, 1, 622845, 1003, 1, 622893, 1003, 1, 622951, 1003, 1,
    3099, 1003, 1, 623163, 1003, 1, 623269, 1003, 1, 623345, 1003, 1, 623485, 1003, 1, 623541, 1003, 1,
    765, 1003, 1, 623829, 1003, 1, 623869, 1003, 1, 623931, 1003, 1, 623951, 1003, 1, 623967, 1003, 1, 6
    87, 1003, 1, 624143, 1003, 1, 624193, 1003, 1, 624363, 1003, 1, 624407, 1003, 1, 624447, 1003, 1, 62
    5, 1003, 1, 624601, 1003, 1, 624619, 1003, 1, 624675, 1003, 1, 624759, 1003, 1, 624817, 1003, 1, 624
    , 1003, 1, 625069, 1003, 1, 625099, 1003, 1, 625145, 1003, 1, 625181, 1003, 1, 625277, 1003, 1, 6253
    1003, 1, 625403, 1003, 1, 625453, 1003, 1, 625527, 1003, 1, 625585, 1003, 1, 625635, 1003, 1, 62568
    1003, 1, 625715, 1003, 1, 625775, 1003, 1, 625841, 1003, 1, 625855, 1003, 1, 626021, 1003, 1, 626079
    003, 1, 626167, 1003, 1, 626229, 1003, 1, 626307, 1003, 1, 626357, 1003, 1, 626423, 1003, 1, 626529,
    03, 1, 626651, 1003, 1, 626667, 1003, 1, 626737, 1003, 1, 626801, 1003, 1, 626867, 1003, 1, 626887,
    3, 1, 627123, 1003, 1, 627167, 1003, 1, 627185, 1003, 1, 627207, 1003, 1, 627225, 1003, 1, 627269, 1
    , 1, 627437, 1003, 1, 627483, 1003, 1, 627539, 1003, 1, 627657, 1003, 1, 627707, 1003, 1, 627721, 10
    1, 627817, 1003, 1, 627897, 1003, 1, 627961, 1003, 1, 628015, 1003, 1, 628127, 1003, 1, 628145, 100
    1, 628197, 1003, 1, 628237, 1003, 1, 628289, 1003, 1, 628345, 1003, 1, 628391, 1003, 1, 628457, 1003
    , 628533, 1003, 1, 628585, 1003, 1, 628611, 1003, 1, 628683, 1003, 1, 628735, 1003, 1, 628753, 1003,
    628823, 1003, 1, 628849, 1003, 1, 628919, 1003, 1, 628999, 1003, 1, 629031, 1003, 1, 629079, 1003,
    629115, 1003, 1, 629129, 1003, 1, 629179, 1003, 1, 629251, 1003, 1, 629295, 1003, 1, 629319, 1003, 1
    29567, 1003, 1, 629647, 1003, 1, 629681, 1003, 1, 629723, 1003, 1, 629765, 1003, 1, 629783, 1003, 1,
    9879, 1003, 1, 629895, 1003, 1, 629945, 1003, 1, 629995, 1003, 1, 630037, 1003, 1, 630093, 1003, 1,
    173, 1003, 1, 630217, 1003, 1, 630295, 1003, 1, 630371, 1003, 1, 630409, 1003, 1, 630465, 1003, 1, 6
    65, 1003, 1, 630623, 1003, 1, 630695, 1003, 1, 630737, 1003, 1, 630755, 1003, 1, 630803, 1003, 1, 63
    7, 1003, 1, 630931, 1003, 1, 630959, 1003, 1, 631037, 1003, 1, 631113, 1003, 1, 631205, 1003, 1, 631
    , 1003, 1, 631343, 1003, 1, 631361, 1003, 1, 631375, 1003, 1, 631389, 1003, 1, 631453, 1003, 1, 6314
    1003, 1, 631647, 1003, 1, 631715, 1003, 1, 631747, 1003, 1, 631791, 1003, 1, 631853, 1003, 1, 63186
    1003, 1, 631955, 1003, 1, 631989, 1003, 1, 632003, 1003, 1, 632067, 1003, 1, 632125, 1003, 1, 632165
    003, 1, 632273, 1003, 1, 632309, 1003, 1, 632323, 1003, 1, 632361, 1003, 1, 632399, 1003, 1, 632429,
    03, 1, 632493, 1003, 1, 632507, 1003, 1, 632575, 1003, 1, 632635, 1003, 1, 632665, 1003, 1, 632709,
    3, 1, 632809, 1003, 1, 632833, 1003, 1, 632875, 1003, 1, 632909, 1003, 1, 632921, 1003, 1, 632967, 1
    , 1, 633001, 1003, 1, 633027, 1003, 1, 633091, 1003, 1, 633119, 1003, 1, 633159, 1003, 1, 633195, 10
    1, 633259, 1003, 1, 633287, 1003, 1, 633325, 1003, 1, 633361, 1003, 1, 633387, 1003, 1, 633443, 100
    1, 633539, 1003, 1, 633589, 1003, 1, 633619, 1003, 1, 633697, 1003, 1, 633717, 1003, 1, 633737, 1003
    , 633853, 1003, 1, 633895, 1003, 1, 633937, 1003, 1, 633967, 1003, 1, 634011, 1003, 1, 634049, 1003,
    634093, 1003, 1, 634115, 1003, 1, 634145, 1003, 1, 634177, 1003, 1, 634221, 1003, 1, 634281, 1003,
    634349, 1003, 1, 634379, 1003, 1, 634407, 1003, 1, 634471, 1003, 1, 634497, 1003, 1, 634529, 1003, 1
    34567, 1003, 1, 634597, 1003, 1, 634617, 1003, 1, 634653, 1003, 1, 634683, 1003, 1, 634695, 1003, 1,
    4741, 1003, 1, 634789, 1003, 1, 634817, 1003, 1, 634899, 1003, 1, 634969, 1003, 1, 635009, 1003, 1,
    105, 1003, 1, 635143, 1003, 1, 635183, 1003, 1, 635217, 1003, 1, 635229, 1003, 1, 635263, 1003, 1, 6
    01, 1003, 1, 635327, 1003, 1, 635349, 1003, 1, 635387, 1003, 1, 635399, 1003, 1, 635425, 1003, 1, 63
    7, 1003, 1, 635481, 1003, 1, 635509, 1003, 1, 635539, 1003, 1, 635615, 1003, 1, 635635, 1003, 1, 635
    , 1003, 1, 635699, 1003, 1, 635713, 1003, 1, 635751, 1003, 1, 635801, 1003, 1, 635841, 1003, 1, 6358
    1003, 1, 635931, 1003, 1, 635953, 1003, 1, 635965, 1003, 1, 636001, 1003, 1, 636041, 1003, 1, 63607
    1003, 1, 636217, 1003, 1, 636239, 1003, 1, 636281, 1003, 1, 636365, 1003, 1, 636377, 1003, 1, 636399
    003, 1, 636439, 1003, 1, 636465, 1003, 1, 636499, 1003, 1, 636537, 1003, 1, 636555, 1003, 1, 636589,
    03, 1, 636631, 1003, 1, 636649, 1003, 1, 636671, 1003, 1, 636731, 1003, 1, 636799, 1003, 1, 636819,
    3, 1, 636893, 1003, 1, 636909, 1003, 1, 636995, 1003, 1, 637029, 1003, 1, 637105, 1003, 1, 637163, 1
    , 1, 637193, 1003, 1, 637211, 1003, 1, 637273, 1003, 1, 637303, 1003, 1, 637319, 1003, 1, 637375, 10
    1, 637437, 1003, 1, 637451, 1003, 1, 637467, 1003, 1, 637535, 1003, 1, 637549, 1003, 1, 637575, 100
    1, 637625, 1003, 1, 637679, 1003, 1, 637713, 1003, 1, 637733, 1003, 1, 637769, 1003, 1, 637829, 1003
    , 637907, 1003, 1, 637945, 1003, 1, 637995, 1003, 1, 638029, 1003, 1, 638077, 1003, 1, 638119, 1003,
    638183, 1003, 1, 638217, 1003, 1, 638245, 1003, 1, 638275, 1003, 1, 638299, 1003, 1)
    1 row selected.
    SQL>

  • In iTunes 11.0.2.26, an Albums search by track names returns albums as if they only have one track on them, but I still want to access the entire album. How can I have the search results show the entire album (with just the searched for name highlighted)?

    Hello, all.
    In iTunes 11.0.2.26, an Albums search by track names returns albums as if they only have one track on them, but I still want to access the entire album. How can I have the search results show the entire album (with just the searched for name highlighted)? For instance, I'm wanting to play an album with a particular track on it or I'm searching for albums that include that track. iTunes incorrectly assumes that all I'm after is that one track and then incorrectly displays the album as if there is only one ttrack on it. This is a bonkers default setting. Can I change this?

    Click the search magnifying glass and uncheck "Search entire library".
    Type in the name of the track.
    Click the album of interest to show tracks.
    Select the track.
    Press the X in the search box to clear the search.
    Double click the track you want to start playing first.
    tt2

  • How to add SharePoint 2013 Promoted link list view web part in page programatically with Tiles view using CSOM.

    How to add SharePoint 2013 Promoted link list view web part in page programatically with Tiles view using CSOM. I found that it can be
    done by using XsltListViewWebPart class but how can I use this one by using shraepoint client api.
    shiv

    Nice, can you point me to the solution please ?
    I'm  trying to do this but I get an error : 
    Web Part Error: Cannot complete this action. Please try again. Correlation ID: blablabla
    StackTrace:    at Microsoft.SharePoint.SPViewCollection.EnsureViewSchema(Boolean fullBlownSchema, Boolean bNeedInitallViews)     at Microsoft.SharePoint.SPList.GetView(Guid viewGuid)   
    All help really appreciated.

  • How should i use the two results sets in one single report data region?

    Hi frnz,
     I have to create a report using the below condition...
    Here my given data  set query gives you the two result sets ,so how should i use that two result sets information in single report....when i accessing that data set query it will take the values off the first result set not for the second result set.
    without using sub report and look up functionality..... if possible
    is there any way to achieve this.....Please let me know..
    Thanks!

    You cant get both resultsets in SSRS. SSRS dataset will only take the first resultset
    you need to either create them as separate queries or merge them into a single resultset and return with ad additional hardcoded field which indicates resultset (ie resultset1,resultset2 etc)
    Then inside SSRS report you can filter on the field to fetch individual resultsets at required places. While merging you need to make sure metadata of two resultsets are made consistent ie number of columns and correcponding column data types should be same.
    In absence of required number of columns just put some placeholders using NULL
    Please Mark This As Answer if it helps to solve the issue Visakh ---------------------------- http://visakhm.blogspot.com/ https://www.facebook.com/VmBlogs

  • How can i make buttons in an article to go for other articles in Folios Builders for Ipad?

    I am trying to make buttons in an index, for goingo to other articles, but they never worked here. When a i put Go to Destination, and choose de Indd file, it does not work.
    Can i make a scrollable frame a button either? When i tryed, it did not work, not even the button, and the scrollable frame.
    Please, need some help here.

    WHat is navto? is navegate to...?   How can i do this?
    thanks a lot for your attenttiosn.
    Em 29 jan 2014 às 06:26, Bob Levine <[email protected]> escreveu:
    Re: How can i make buttons in an article to go for other articles in Folios Builders for Ipad?
    created by Bob Levine in Digital Publishing Suite - View the full discussion
    Go to destination is unsupported in DPS. You should be using go to url with a navto: command.
    Please note that the Adobe Forums do not accept email attachments. If you want to embed a screen image in your message please visit the thread in the forum to embed the image at http://forums.adobe.com/message/6064623#6064623
    Replies to this message go to everyone subscribed to this thread, not directly to the person who posted the message. To post a reply, either reply to this email or visit the message page: http://forums.adobe.com/message/6064623#6064623
    To unsubscribe from this thread, please visit the message page at http://forums.adobe.com/message/6064623#6064623. In the Actions box on the right, click the Stop Email Notifications link.
    Start a new discussion in Digital Publishing Suite at Adobe Community
    For more information about maintaining your forum email notifications please go to http://forums.adobe.com/thread/416458?tstart=0.

  • How to set filters to a Result view

    Hi All,
       How to set filters to a result view in web UI.
    Thanks & Regards
    Nitish.

    Hi Nitish Kumar,
    if you want to sort the table fields like ascending , Descending create one event ex: eh_on_sorting.
    in that get the event using thtmlb_event. then check whether sorting is necessary or not.
    then get the name of column to be sort by using tableview->column_key.
    based on that arrange the field ascending or descending using tableview->column_sort_directin.
    ascending or descending.
    then sort the collection using collection_wrappor->sort( lv_attrname .. etc).
    here is the sample code..
    data: lv_bo               type ref to if_bol_bo_property_access,
             lv_thtmlb_tableview type ref to cl_thtmlb_table_view,
             lv_attr_name        type name_komp,
             lv_sort_order       type char1,
             lv_stable           type abap_bool value abap_false.
       try.
           lv_thtmlb_tableview ?= iv_htmlb_event_ex.
         catch cx_sy_move_cast_error.
           exit.
       endtry.
       if lv_thtmlb_tableview is bound.
    *   check whether its realy a sorting event
         check lv_thtmlb_tableview->event_type = cl_thtmlb_table_view=>co_header_click.
    *   get name of column to be sorted
         lv_attr_name  = lv_thtmlb_tableview->column_key.
         check lv_attr_name is not initial.
    *   get sorting direction
         case lv_thtmlb_tableview->column_sort_direction.
           when 'U'.
             lv_sort_order = cl_bsp_wd_collection_wrapper=>sort_ascending.
           when 'D'.
             lv_sort_order = cl_bsp_wd_collection_wrapper=>sort_descending.
           when others.
             return.
         endcase.
    *   sort
         try.
             me->collection_wrapper->sort( iv_attr_name     = lv_attr_name
                                           iv_sort_order    = lv_sort_order
                                           iv_stable        = lv_stable
    *                                  IV_SORT_CALLBACK =
           catch cx_crm_cic_parameter_error.
    *     could be a renamed attribute or field which does not belong to the collection
         endtry.
    *   in case of single selection restore the selected row index
         if   me->selection_mode = selmode_single
           or me->selection_mode = selmode_lineedit.
           if me->selected_index <> '0'.
             me->selected_index = me->collection_wrapper->get_current_index( ).
           endif.
         endif.
       else.
         exit.
       endif.
    Thanks & Regards,
    Srinivask

  • How to follow a question and not a whole community?

    How to follow a question and not a whole community?
    THanks.

    If that's not the problem turn off all the blue checks and bookmark the question. To view tap your name then bookmarks, unfortunately with this method you don't get the email updates.
    Michael Vallance

Maybe you are looking for