Why 10 worksets of role only display 1 or none of them dispaly?

I assign 10 workset to a Role ,but there was only one of them was displayed! Sometimes, none of them displayed!

Hi,
For every workset you need to set property "Entry point" as true.
In Content explorer:
1)select relevant workset and right click on that. select edit obejct option
2) In property category select navigation or all option in drop down.
3) There you can see property "Entry point" select radio button "yes" and Save the changes.
Now you can log on with concern user to check the same.
Hope this helps.
regards,
Sudhir

Similar Messages

  • DWM: only display workspaces with windows in them (in the status bar)

    I was wondering if anyone either had a patch or had a few hints about the source in order to accomplish displaying only those workspaces with windows on them. I am willing to edit the source (dwm.c) but have no idea where to start.

    Look at drawbar(), in this code block (line 664 in the current hg tip version of the file):
    for(i = 0; i < LENGTH(tags); i++) {
    dc.w = TEXTW(tags[i]);
    col = m->tagset[m->seltags] & 1 << i ? dc.sel : dc.norm;
    drawtext(tags[i], col, urg & 1 << i);
    drawsquare(m == selmon && selmon->sel && selmon->sel->tags & 1 << i,
    occ & 1 << i, urg & 1 << i, col);
    dc.x += dc.w;
    The drawtext() and drawsquare() calls are what write the names. The variable "occ", which is computed in the block right above, tells which tags are occupied, in the format of one bit per tag. It shouldn't be too hard to skip the appropriate ones.
    What looks harder is keeping the width of the tag display correct - if you just skip some names, there will be a gap big enough to fit the missing ones between the tag name list and the layout indicator.
    The other thing worth mentioning is that the names of empty tags are useful if you want to retag windows, or switch tags, with the mouse.

  • Why does my mobile site only display in the iPhone and not the Samsung Galaxy?

    Hi,
    I created a mobile version of my Muse site. After publishing it to the temporary Catalyst site, I went to view it on my Samsung Galaxy Victory; it displayed properly the first couple of times I viewed it. Then I made some changes and re-published it and I can only see the desktop version on my phone. I tested it on my co-worker's iPhone and the mobile site displayed correctly on her phone.
    Any insight??
    Thanks,
    Myriam

    Hi Myriam,
    This is most likely the browser cache and cookie issue on your mobile browser. Please clear the browser cache as well as delete the cookies and then try.
    Cheers!
    Aish

  • Itunes app no longer showing genres or the top charts/genius bar in the top bar ... it only displays a faint music in the centre with just the search box..why? i need them back:-(

    itunes app no longer showing genres or the top charts/genius bar in the top bar ... it only displays a faint music in the centre with just the search box..why? i need them back:-(

    The iTunes Store listing of your podcast is simply reflecting the contents of your podcast feed. Make sure all of the content you want displayed in the iTunes Store is still contained within your feed.
    Are you able to supply your feed for reference?

  • Only display 1 page. WHY?

    I have a report that only display 1 page of data. However I run the same query in TOAD and receive a large amount of data. WHY.
    See query below. In Reports, I commented out the order by clause.
    Thanks.
        select  distinct B.NAME,   err.bureau_code, err.tas_code,  err.error_type,
                                  decode(error_type, 'TAS', err.error_text,
                                                              'ATTR'   , err.ussgl_account_no || ': ' || err.error_item || ': ' || err.error_text  ,
                                                              ' ' )   error_msg ,
                                   decode(error_type, 'TAS', ' ',
                                                              'ATTR'   ,  count(1) ) counter 
         from  GTAS_ERROR_BACKUP  err--
         , bureau b
         where  ERR.ERROR_TYPE   In ( 'TAS',  'ATTR')
         and err.bureau_code  =  B.BUREAU_CODE
          group by   err.error_type   , err.bureau_code ,  err.tas_code , err.ussgl_account_no,  err.error_item, err.error_text ,B.NAME
    --    order by  bureau_code ,
    --                   tas_code,
    --                   error_type  DESC

    Check the Vertical Elasticity property of your frames. It should be Variable (or Expand), not Fixed. If it's fixed to 1 page, you'll only get 1 page.

  • Why cannot I use hidden or display only item to store value for insert?

    hi, Gurus:
    I have a question:
    I implemented a form with report region in a page, the update works OK, but the add function has a problem:
    There is a column, offender_ID, which is a foreign key for another table, it should not be null during insert. However, even I pass the offender ID from master page when user click the create button, and it did shows in the form, it must be a text filed to insert successfully, why cannot I use hidden or display only item to store this value for insert? (If I use hidden or display only item, insert won't be successful, apex reports I tried to insert a null value to offender_ID column.)
    Many Thanks in advance.
    Sam

    Hi,
    There is a column, offender_ID, which is a foreign key for another table, it should not be null during insert. However, even I pass the offender ID from master page when user click the create button, and it did shows in the form, it must be a text filed to insert successfully, why cannot I use hidden or display only item to store this value for insert? (If I use hidden or display only item, insert won't be successful, apex reports I tried to insert a null value to offender_ID column.)I think both hidden and display items have attributes that can cause problems because of different ways these items function than non-hidden and non-display-only items function. Display Only items have a "Setting" of "Save Session State" Yes/No? That can be a problem.
    Would you do this? Make these items regular items instead and see if you can get those working. Then, we will try to change the fields back to hidden or display only.
    Howard
    Congratulations. Glad you found the solution.
    Edited by: Howard (... in Training) on Apr 11, 2013 10:26 AM

  • Why is my ipad only displaying a partial screen?

    why is my ipad only displaying a partial screen?

    Can you post a image, so we can see what the problem is. ? Your question is a bit vague.

  • HT201493 When I add a person in io6 their email is only displayed not their name and picture from my contacts that the email is associated with, why?

    When I add a person in io6 their email is only displayed not their name and picture from my contacts that the email is associated with, why?

    The whole idea to an icloud account is that one user uses it and has all their devices synced together.  Different users need different Apple IDs to create their own icloud accounts.  Note that everyone can still use the same ID for an iTunes account (to share purchases).
    To create a new icloud account, go to
    http://www.apple.com/icloud/setup/

  • Why the test report's failure chain only display the first failure?

    Hi All,
        why the test report's failure chain only display the first failure step?how to get all the failure steps in the failure chain?
        Thanks a lot.
    BR
    Johnny

    Did a quick search and came across the following links
    http://zone.ni.com/devzone/cda/tut/p/id/4563
    http://zone.ni.com/devzone/cda/epd/p/id/3326
    Regards
    Ray Farmer

  • ChaRM: Role to display only in CRMD_ORDER

    Dear all,
          I have to questions for you experts:
          1)  We are trying to create a role to display only the documentos in CRMD_ORDER, is that possible at all?
          2) I have some users that shouldnt be allowed to create an Urg.ent correction, I customized the authorization B_USERSTAT accordingly. When those users thy to create an UC they receive the error message, yet they can save the transaction and the UC is created in the system.
    I would really appreciate any help on this!
    Best regards,
    Federico.

    hi
    pls chk this,
    [http://help.sap.com/saphelp_crm50/helpdata/en/26/99973915e69238e10000000a11402f/frameset.htm|http://help.sap.com/saphelp_crm50/helpdata/en/26/99973915e69238e10000000a11402f/frameset.htm]
    jansi

  • Roles  for only display authorizations

    Hi Experts,
    Can any one suggest me how to creat the role only for display authorizations for basis.
    Is any standard role like this? if it is please let me know.
    Thanks & Regards.
    Reddy V

    n k wrote:>
    > Hi,
    >
    > just give the tcodes required with the display activity, that is 03.
    I consider that to be dangerous advice because it assumes that activities are checked in all transactions.

  • Why all of a sudden has one of my apps (Condition Report App) only displaying at the top right hand corner it is a quarter of the size it should be, i have tried setting my ipad back to factory settings and this hasnt helped some please help??? :)

    One of my apps (condition report app) has decided to only display on the top right hand corner which is only a quarter of the screen, not sure what has happened as i have not changed any settings went to go into it one day and it was just like it.
    Please help!!!! Thanks Kristy

    Do you have the most up-to-date version of the app? Did you upgrade to iOS 6? Did you check to make sure that the developer has updated the app for the new OS? Have you tried resetting your device by pressing and holding the Home button and power button until the silver apple appears? Have you tried uninstalling and re-installing the app?

  • Google images shows 2,400,000 image results but only displays 3,000- NOT a preference issue- why/how to fix

    When accessing image searches, such as "typographic resume" I get an insanely large result such as 2,470,000 images. However, after about 3,000 results they stop showing without a notification that similar results have been removed. I have my preferences set as high as they go- it is not an issue. How can I adjust/fix this to show ALL results as I approach them, or the option to load more.
    Thanks in advance!

    Hello twdockery,
    Thanks for contacting Mozilla Support. I think what Chandan_Baba was trying to say is our browser only displays the results that Google gives us. There are no settings in the browser that would limit the amount of search results that you can see.
    I would recommend posting your question to google's support. They have a page [https://support.google.com/websearch/troubleshooter/3425345?&ref_topic=3285072#ts=3502652 here] to report issues with Image searches.
    Cheers,
    Patrick

  • My iTunes Account only displays 1, not 3 security questions. WHY?

    This has been a problem from he#l!!!
    My iTunes account only displays *1*, not 3 security questions.
    I cannot d/l any digital downloads from the external blu-ray combo disks w/downloads, as iTunes is DEMANDING 3 security questions.
    I've been informed that I need to create a "rescue e-mail" --- I've reset my password account over 20 times (at appleid.apple.com) and the system doesn't show a selection for rescue e-mail (I can add multiple alternative e-mail addresses).
    Has anyone else found a solution to this? Does Apple need to effect a master reset to my account????

    It was already unchecked and im not quite sure what you mean by "click-to-drag"
    Also, I can back up my iphone and it will sync genius data. Just not the recent music I downloaded.

  • Why doesn't the scatter graph display properly??

    Hi,
    I've already posted a thread regarding scatter graph
    but nobody (not even from Macromedia!) has been able to give me
    an answer and I've been trying on my own since then, but to no
    avail!
    I refer to WhazzInAName said on Dec 31, 2004 at 9:51 AM on
    Cfchart
    Livedocs
    I copied only the scatter graph part, pasted it in a CFM page
    and run it. It displayed fine.
    However, if I try to add more than 1 value for a particular
    chartdata item, e..g.
    <cfchartdata item="25" value="99.357">
    <cfchartdata item="25" value="90">
    <cfchartdata item="25" value="65">
    The graph only displays the value 65, but not the other 2!
    I tried plotting the same values in an Excel chart and there
    was no problem at all. All points displayed correctly!!!
    What's wrong with this cfchart?? Why isn't it displaying the
    other 2 values???
    Also, there is no possibility with the chart in Report
    Builder to specify sortxaxis="yes" xaxistype="scale"
    yaxistype="scale", or is it available somewhere?
    Thanks and regards,
    Yogesh Mahadnac

    Hi Ted,
    Thanks for replying.
    Too bad CF Report Builder can't handle such issues.
    Hope it's going to be
    MUCH BETTER with CF8?
    Thanks and regards,
    Yogesh Mahadnac

Maybe you are looking for

  • Administrator privileges are required to install Creative Cloud Update

    This refers to Windows 7 / 8 & 8.1 64 bit ::: I have found a FIX to this annoying problem. ( Who said computers and software are getting better? Not true, I would say worse. Long time user from MS Dos days ) Go to Control Panel: Programs: Uninstall A

  • How do I use the Match Pattern Function to exclude only 0.000?

    Hi, I'm trying to use the mattch pattern function to find the first string in a table thats is >0. My table looks like: 1,0.000000,0.000 %2007/01/13 00:16:19 196281 1,0.000000,0.000 %2007/01/13 00:16:22 196282 1,0.831262,0.000 %2007/01/13 00:17:20 19

  • How can I distinguish special characters or signs in Doc through VBA?

    How can I distinguish special characters or signs in Doc through VBA? I have a few large documents written in word 2003 format and now I work on them under word 2007. Such large documents containing lots of special characters.  I want to change them

  • Why sign many contract, I'm only using what I am told to use.?

      Why have many signins for all the product needed for a computer? I only use what I purchase & the parts  used to operate my machine. It's a vehical of communication only to me. I really don't need to sign for every item for the vehical to operate p

  • Register a w2kwut60.dll

    While registering dll'w2kwut60.dll'. eventhough i copied correct dll the following error message occured please let me know how to handle this: 'Dllname is not self-registerable or a corrupted version is in memory.' I tried option of restaring machin