SSM 10.1 - Detail View

Hi SSM 10.1 Experts,
for people who have worked with this SSM 10.1 Version, I want to ask you if it is possible to insert and read comments
in the KPI review in the Detail View, it is along a flow, I mean, to read other people comments who have already written something.
Thanks a lot.

Ingrid,
Each Comment can be a conversation/discussion so that colleagues can reply to the Initial Comment. When you view the Comment you can also view the replies to that comment.
Regards
Colin

Similar Messages

  • Not able to display bar chart in details view

    Hi every one,
    I created Tiles and when click on Tile it is going to SplitContainer. in SplitContainer container i have two HTML views. I am trying to dispaly bar chat in Detail view. but its not displaying. Can you please help me?
    Here is my code.
    Here is my details view.
    <template data-controller-name="view.LrDetail">
      <div id="page" data-sap-ui-type="sap.m.Page" data-title="Leave Request" data-show-nav-button="true" data-nav-button-press="back">
      <div data-sap-ui-aggregation="content">
      <div data-sap-ui-type="sap.m.ObjectHeader"
      data-title-active="true"
      data-title-press="showRequestor"
      data-title="{lr>requestor}"
      data-number="{lr>days}"
      data-number-unit="days">
      <div data-sap-ui-aggregation="attributes">
      <div data-sap-ui-type="sap.m.ObjectAttribute" data-text="{path:'lr>type', formatter:'util.Formatter.lrType'}">
      </div>
      </div>
      <div data-sap-ui-aggregation="firstStatus">
      <div data-sap-ui-type="sap.m.ObjectStatus" data-text="{path:'lr>agoDays', formatter:'util.Formatter.agoDays'}">
      </div>
      </div>
      </div>
      <div id="reports" data-sap-ui-type="sap.viz.ui5.Bar">
      </div>
      </div>
      </div>
    </template>
    and here is my details controller
    onBeforeRendering: function()
      var oModel = new sap.ui.model.json.JSONModel({
      businessData : [
      {Country :"Canada",revenue:410.87,profit:-141.25, population:34789000},
      {Country :"China",revenue:338.29,profit:133.82, population:1339724852},
      {Country :"France",revenue:487.66,profit:348.76, population:65350000},
      {Country :"Germany",revenue:470.23,profit:217.29, population:81799600},
      {Country :"India",revenue:170.93,profit:117.00, population:1210193422},
      {Country :"United States",revenue:905.08,profit:609.16, population:313490000}
      sap.ui.getCore().setModel(oModel, "MyJSONModel");
      var dataset = new sap.viz.ui5.data.FlattenedDataset({
                dimensions : [ {
                  axis : 1,
                  name : 'Country',
                  value : "{Country}"
                measures : [ {
                  name : 'population',
                  value : '{population}'
                }] ,data : {
                  path : "/businessData"
      var chart = this.getView().byId("reports");
      chart.setDataset(dataset);
      chart.setModel(oModel);
    here is my output screenshot.
    Can you please help me where i am doing wrong.

    Hi Sakthivel Elango,
    My code is working in Normal view and displaying Chart. the same code put into detail view chat is not displaying. Inside HTML code i am posting please check the code.
    <div id="LrDetail--reports" data-sap-ui="LrDetail--reports" class="sapVizChart" style="width: 640px; height: 480px;">
       <div id="UIComp_0" style="position: relative; overflow: visible; font-size: 10px; box-sizing: border-box; left: 0px; top: 0px; width: 640px; height: 480px; display: none;">
          <div id="UIComp_1" class="UIComp_1-2ebc44e6-2f93-46d1-964e-e823b0afe432 v-viz v-bar" style="position: relative; overflow: hidden; font-size: 10px; box-sizing: border-box; display: block; width: 640px; height: 480px; -webkit-user-select: none; left: 0px; top: 0px;">
             <canvas style="width: 0px; height: 0px;"></canvas>
             <svg class="v-m-root" width="640" height="480" style="left: 0px; top: 0px; direction: ltr; position: absolute; box-sizing: border-box;">
                <defs></defs>
                <g class="v-m-title"></g>
                <g class="v-m-legends">
                   <g class="v-m-legend"></g>
                </g>
                <g class="v-m-main">
                   <g class="v-m-background"></g>
                   <g class="v-m-xAxis"></g>
                   <g class="v-m-yAxis"></g>
                   <g class="v-m-plot"></g>
                </g>
             </svg>
          </div>
       </div>
    </div>
    in this svg tags there is no bars.

  • Issue in search detail view

    Hi,
    I have a issue in search screen.
    I developed a search screen with parameter. Based on the result, I am viewing the details of a selected record in a separate screen. The below steps I followed
    Step : 1
         Search the record based on input parameter.
    Step : 2
         Select a record and view it in another jspx.
    Step : 3
         Updating a column through database (Back end).
    Step : 4
         Return back from detail view page to search page.
    Step : 5
         Selecting the same record (Which I choosed in Step 2) and viewing it in detail page.     Now the update value is not reflecting in the screen.
    In step 2, findByQuery(String poId) is executing and I can see that query in the log file. But in Step 5 I am not able to see the query in the log file (Since the method itself is not called), its displaying the result from the cache.
    Please any one provide solution and where to change and what to change. Excuse me if i asked anything wrongly.
    Thanks & Regards
    Vimalan Balan.

    Hi Frank,
    Thanks and its working.
    I called refreshNeeded (Similar to SRDemo) method in backing bean of view button action in Search Page.
    Thanks & Regards
    Vimalan Balan

  • Detail view with bind variable. TreeTable not showing all detail result.

    I’m having trouble with treeTable using detail view with bind variables and where clause defined in VO definition.
    Both, master and detail view objects, base on the same entity and have the same condition in where clause. The view objects also have bind variables, which are set in prepareRowSetForQuery() method.
    Again, these are two different views, that get different result, based on value of one of the bind variable.
    When I show results in two different tables on jsf page, where master table has "RowSelection" set on "single", all results are displayed in detail table.
    But when I use treeTable, only the first result of the detail is shown.

    I tested it in applicationModule and it works, but i think that's the same as two tables on a jsf page.
    This is the order in which overridden methods are called in ADF BC or two tables on jsf page
    when clicking on row in master table.
    PrepareRowSetForQueryDetail
    executeQueryForCollection_Detail user param: 2
       Object 2: class [Ljava.lang.Object;  -> print of the object2[] parameter in executeQueryForCollection
         List 0: Bind_ChildId -> viewLink parameter
         List 1: 400035313 -> viewLink parameter value
    getEstimatedRowCount_Detail
    count: 2
    getEstimatedRowCount_Detail
    count: 2 And when i click on "expand node" in tree table:
    getEstimatedRowCount_Root
    count: 2
    PrepareRowSetForQuery_Detail
    executeQueryForCollection_Detail user param: 2
       Object 2: class [Ljava.lang.Object;
         List 0: Bind_ChildId -> viewLink parameter
         List 1: 400035321
    PrepareRowSetForQueryDetail
    executeQueryForCollection_Detail user param: 2
       Object 2: class [Ljava.lang.Object;
         List 0: Bind_ChildId -> viewLink parameter
         List 1: 400035313
    getEstimatedRowCount_Root
    count: 2
    getEstimatedRowCount_Root
    count: 2
    getEstimatedRowCount_Root
    count: 2
    PrepareRowSetForQueryDetail
    executeQueryForCollection_Detail user param: 2
       Object 2: class [Ljava.lang.Object;
         List 0: Bind_ChildId -> viewLink parameter
         List 1: 400035313
    PrepareRowSetForQueryDetail
    executeQueryForCollection_Detail user param: 2
       Object 2: class [Ljava.lang.Object;
         List 0: Bind_ChildId -> viewLink parameter
         List 1: 400035321
    getEstimatedRowCount_Root
    count: 2
    getEstimatedRowCount_Root
    count: 2Values of user parameters are OK. Is there another method that i should override?
    I also noticed, that if detail view doesn't have user bind variables, the tree works fine and is shown even in ADF BC (aplication module).
    I guess we loose a tree, when using bind variables in detail view object.
    Is there a way around it?

  • How to set a page template for news detailed view?

    Is there a way to set a page template for the detailed view of the news module?
    I have a page template setup and added the {module_announcement,,,,,} to the page. When the news item is clicked it always opens the default template - is this how it is designed to work or is there a way I can specify it to use a different page template?
    Dave.

    Hey Dave, See the image below:

  • Can there be multiple Master Detail Views, if yes then how? Please suggest

    Dear All,
    In first master-detail view, I have a button, which when clicked will trigger the second detail view.
    I tried invoking second master detail view but was not able to see the second master view. Could you please guide as to how to go about this.
    Thanks.

    Do a Google search. Here's one link.
    http://mobiforge.com/developing/story/developing-split-view-based-apps-ipad
     Cheers, Tom

  • How do I make a Portfolio open in Details view ?

    Anytime I create a PDF Portfolio it opens in LAYOUT View in both READER and
    Acrobat (it was created in Acrobat Acrobat 9 Pro).
    How can I program the Portfolio open in DETAILS View when a user opens the file in Reader ? (or Acrobat for that matter)

    When opening the JS Console by pressing Ctrl-K,  the PREFERENCES menu opens.
    There is an option in this dialog on the left for JavaScript - but this
    isn't necessarily a JS Console. Am I in the right place ?
    With JavaScript selected on the left hand of the Preferences dialog, on the
    right are JavaScript options, one being Enable Interactive Console - so I
    selected that. There is no TRASHCAN icon as you instruct.
    I believe where you want me to go is Control-J, is that correct ?
    Assuming it is the JavaScript Debugger (Control-J_, I click trashcan, then I
    am in INSPECT: Local Variables, VIEW: Console. I enter the text as
    instructed:
    this.collection.initialView = "Details";
    Now what ? Clicking ENTER just gives me a carriage return in the Console
    window.
    Please advise.

  • Bug in details view: index columns not shown correctly, stops at 4th column

    I do have two indices on a table which are shown in the details view. In the column 'columns' only the first 4 columns are shown that belong to the index.
    If I choose an index in another detail view, all columns are shown correctly.
    Where to report this bug?

    I just realized this was an issue today.
    Once one knows that only 4 columns are shown in the summary and that you have to click on the index name for any index that shows 4 columns to see if there are more, well that extra click is pretty simple and not a big deal.
    The problem is BEFORE one knows of this. For weeks, when reviewing some indexes created by others, I was under the wrong impression about some indexes because I thought they only had the 4 columns shown. I didn't know at that time that I had to select the index and look at the detail section.
    It wasn't until I just happened to click on one of them and saw more columns listed that I realized there was a bug. And yes, as far as I'm concerned, this is a bug not a feature.
    At an absolute minimum, there should be something done so users know they have to look at the details. Perhaps the heading could be changed to "Columns (up to 4)" or the ellipsis or (more) could be added as someone else suggested. Even just an additional comma would help. I can't imagine why it was written to stop at 4 anyway - why does that make any sense?
    This is the first time I've come to this forum so I'm not sure how to request an enhancement. I'll read a few other threads and see if I can tell.

  • How do I see a detailed view of what's on my hard drive and how much space it's consuming?

    I have an early 2007 iMac (3GB RAM) and a 320 GB hard drive.  I'm trying to clear some of the programs and files I don't need to free up space, but I'm not sure how to get a similar look at my files and how much space they take up individually (as I would with a PC).  Under system info I'm able to get the high-level overview, but how do I see a detailed view that I can then edit?

    Thanks for your help.  I did just that and was able to get a much better view with OmniDiskSweeper.  I was shocked to find that my MobileSync files were 125 GB of about 270 being used!  Guess I shouldn't be surprised with 4 iPhones and 4 iPads syncing to the same iMac at one time or another -- just kind of surprised Apple/iTunes doesn't make it any clearer that this can turn into a big problem if you don't initially create the appropriate backup settings for your devices.  Thanks again!

  • Update a detail-detail View

    I've created a JTree with the root nodes being the Master(Oracle Table Owners). The second level nodes are detail view(Oracle Tables owned by a Owner). Here's the problem: In a separate panel I've created a table that will ideally display the columns for a selected table name. Upon initial load of the application, the columns are populated. Once I try to drill down to a table, the table columns VO is blank and never to return. I tested the AM and all the relationships are setup correctly.
    Do i need to explicitly tell the VO to refresh, seems odd?
    Where should I start to discover where my problem is occurring?
    Thanks for your help.

    bump
    noone, anyone? pleaseeee

  • Possible bug when creating multiple detail view objects

    using jdev 11.1.1.0.0 to build jsf/adf applications. I wanted to report what seems like a bug in 11g. I have a parent table which has two child tables. After creating the appropriate entities, associations, views, and view links, the app module looks like this:
    MasterView
    --DetailView1
    --DetailView2
    The two detail view objects are on the same level, they are both direct children of the Master view.
    Here's what's happening:
    1) I create the master entity/view objects (MasterView)
    2) I create one of the detail entity/view objects (DetailView1).
    3) I create the association and view link to establish relationship between MasterView and DetailView1. Everything works fine.
    4) I create the entity/view objects for second detail view (DetailView2)
    5) When I attempt to create a second view link (based off an association) to establish the relationship between MasterView and DetailView2, the query clauses of the Create View Link wizard (screens 4 and 5) do not get created properly. I finish the wizard and save. Not only does this view link not get created properly, but in the process the query clauses that were defined in the first view link between MasterView and DetailView1 are wiped out. This will break any coordination between master and detail views in both the app module tester and runtime. Has anyone seen this problem?

    fyi, it looks like this issue has been resolved with jdev 11.1.1.0.2 (Update 2)

  • Detail view in embed code

    Is it possible to include the detail view as well as the response summary table when embedding the code into a web page?

    Hi Lori;
    This isn't something we support, it is something we looked into and we're digging up info from that, if I have anything useful to share I will update this post.
    Thanks,
    Josh

  • Add hyperlink on the field txt in Search Result List to access Detail View

    Hi, SDN fellows.
    I have a PCUI requirement stated the following:
    1) In the line item of the Search Result List (table), there is one hyperlink in field 1.
    2) When click on the hyperlink, it will trigger the action to open up Detail View (Object Data Pattern 1 - ODP1) of the line item.
    3) Problem: When the value of the field is null, there will be no hyperlink to open up the Detail View.
    4) For work around, my requirement is to make the other fields (i.e. field 2) to have a hyperlink to trigger the action for opening the Detail View of the line item.
    I am not strong in PCUI. Please advise how to do so, while I am exploring the guide in the PCUI Book.
    Thanks,
    Kent

    Hello Kent,
    check out the settings of the Field Group element where the link is already active. Copy that settings to the Field which you want to be linked too.
    Regards
    Gregor

  • How to save the detail view of a task in a database?

    Hi experts,
    I need to save the detail view which we get after selecting the work item in the table list in UWL. Can anyone provide me the solution for it step by step as I have no prior knowledge of portal.
    Thanks,
    Amit.
    PS: Points will be rewarded.
    Edited by: amit sinha on Jun 4, 2008 5:41 PM

    Hello,
    take a look on the below example :
    --Initialize data
    Create table #tmp (id int,name varchar(50),marks int)
    Insert into #tmp values (1,'a' ,3)
    Insert into #tmp values (2,'b',5)
    --Decalare variable
    Declare @maxid int, @minMarks int
    --Take data from table
    Select @maxid=max(id),@minMarks= min (marks) from #tmp
    --Select data storead in variables
    Select @maxid,@minMarks
    Drop table #tmp
    Ahsan Kabir Please remember to click Mark as Answer and Vote as Helpful on posts that help you. This can be beneficial to other community members reading the thread. http://www.aktechforum.blogspot.com/

  • How can I display pdf file details on 64-bit Windows 7 detail view?

    I'd like to display some pdf file details in order to classify them by author, title, subject... This option was simply possible for pdf file on windows xp (just by selecting the desired details on detail view when exploring folders) but it seems to be impossible for windows 7 (It's possible for other file like *.jpg, mp3...). Is there a program or a plugin to solve this problem? Thank you very much.

    It would appear, very annoyingly, that Acrobat is still lagging in the x64 department! It will, at the moment, only run as an x86 sub.....

Maybe you are looking for

  • My phone (ZTE Savvy) won't load certain pages. Why? And how do i fix it?

    So the website worked for a little bit just fine. (www.quotev.com) now it won't load the page at all. I've tried EVERYTHING. I've taken out the battery, cleared the history, tried different browsers, shut the data off and turned it back on, shut down

  • Bug CSCun42967 fixed: ISE 1.2 : SNMP process stops randomly

    As of June 9th, the status of this bug is "Fixed" with "Known Affected Releases" being 1.2(0.899), which is the one we are running. Known Fixed Releases is (0) and then there is a link to the download area where I can download an update to 1.2.1. The

  • Mac Mini or MBP??

    I am i a postion where i need a potable mac that I can take home at night for securiy reasons. I am a graphic designer and use all te usual Adobe apps. Wondering if a Mac Mini Intel Core i5, 2.3GHz, 2GB RAM or a Mac Book Pro would be best. The cost o

  • Invoke a command-line from java

    Hello! I wonder if there' s a way to invoke a command or running an .exe file from java code. 10X, Yaron

  • Resolving constant-pool of clazz Luicc/access/fileadministration/AdminFileV

    Hi, can anyone help? I have this problem whenever I import the uicc.access.fileadministration into the Eclispe 3.1 (with JCOP plugin) and building my project. The full error string is "resolving constant-pool of clazz Luicc/access/fileadministration/