Select the same attribute in a query more than once

Hi Experts,
My requirement is to select the same attribute in a query more than once.
How can I acheive this?
Expecting an early solution..
Pilliga

Hi,
Create a calculated attribute that just displays the "same attribute".
(Note: you will need to uniquely name this object).
For example, if you wish to display Emp Name twice in the same query, then create a calculated attribute called Emp Name2 and select it and Emp Name in your query and the same info will be displayed twice in your results set.
Cheers,
Tanish

Similar Messages

  • The same SMS messages are showing more than once

    Hi,
    On my SMS page, my message threads are showing up more than once ,
    How would I go about fixing this?

    Hello,
    Maybe helps you:
    *[http://kb.mozillazine.org/Repeatably_downloading_the_same_messages]

  • The same incoming message shows up more than once. Why?

    After deleting message it shows up again in inbox. Time it takes second message to appear varies.
    Roy

    Hello,
    Maybe helps you:
    *[http://kb.mozillazine.org/Repeatably_downloading_the_same_messages]

  • How to call the same query more than once with different selection criteria

    Hi,
    Please do anybody know how to solve this issue? I need to call one query with the fixed structure more than once with different selection criteria. For example. I have following data
    Sales organization XX
                         Income 2008  Income 2009
    Customer A       10                 20
    Customer B        30                  0
    Sales organization YY
                         Income 2008  Income 2009
    Customer A        20                5
    Customer B        50                10
    Now, I need this. At the selection screen of query, user fill variable  charakteristic "Sales organization" with interval  XX - YY, than I need to generate two separate results per sales organization, one for Sales Organization XX and the second for SO YYwhich will be displayed each on separate page, where result for SO YY will be dispayed under result for SO YY. Are there some options how to do it for example in Report Designer or WAD or with programming? In Report Designer is possible to use one query more than once, but I dont know how to force each query in RD to display result only for one Sales Organization, which will be defined in selection screen.
    Thank you very much
    J.

    Hello,
    thanks to all for cooperation. Finally we solved this issue with the following way..
    User fill appropriate SO on the selection screen, which is defined as range. This will resulte, that selected SO are listed in report below each othe (standard behavior). Required solution we achieved with the Report Designer, we set page break under each Result row of RD. This caused, that report is divided into required part per SO, which are stated each on separate page.
    J.

  • How can i use the same front panel graph in more than one events in an event structure?

    i want to display the signals from my sensorDAQ in a graph.but i have more than one event in the event structure to acquire the signal and display it in the graph.the first event is to acquire the threshold signals and its displayed in the graph as a feedback.after the first event is executed, i will call the second event,where the further signals are acuired and compared with the threshold signals from the event 1.my question is how can i use the same front panel control in more than two events in the event structure?please answer me i'm stuck.
    Solved!
    Go to Solution.

    Hi,
    I have attached here an example of doing the same using shift registers and local variables. Take a look. Shift register is always a better option than local variables.
    Regards,
    Nitzz
    (Give kudos to good answers, Mark it as a solution if your problem is Solved) 
    Attachments:
    Graph and shift registers.vi ‏12 KB
    graph and local variables.vi ‏12 KB

  • When installing ICloud 3.1 always the Same Message appears: You have more than 1 Outlook, it doesnt work. but i have only Outlook 2013, any idea?

    When installing ICloud 3.1 always the Same Message appears: You have more than 1 Outlook, it doesnt work. but i have only Outlook 2013, any idea?

    Did you have previous versios of Outlook before you installed 2013?

  • Displaying the records records which are coming more than once

    hi
    create table temp(comp_id int,branch_id int);
    comp_id | branch_id
    ---------+-----------
    1000 | 1
    1000 | 1
    1000 | 2
    1000 | 2
    1000 | 3
    2000 | 1
    2000 | 1
    2000 | 2
    2000 | 3
    how can i write a query which displays the records records which are coming more than once on the basis of fields comp_id and branch_id. e.g. 1000 | 1 should be displayed because it is coming more than once. 1000 | 3 should not be, because it has a single entry.

    select comp_id, branch_id, count(*)
    from temp
    group by comp_id, branch_id
    having count(*)>1
    Please note this forum is not a SQL class and it is not the place to have your homework done.
    Sybrand Bakker
    Senior Oracle DBA

  • Changing the Window Color of an JInternalFrame more than once

    I want to change the color of an JInternalFrame when it was created. This could be more than once.
    I know that i can use:
    UIManager.put("InternalFrame.activeTitleBackground", Color.RED);
    but this code only takes effect before the InternalFrame is createt

    You are using iPhoto 9 (11)? If you are then the themes would be obvious when you select iPhoto as your mail client in iPhoto's General preference pane (upper left hand image)
    Click to view full size
    and then use the Share ➙ Email button
    Click to view full size
    to get this window:
    Click to view full size
    However, I was mistaken in that the background colors for those themes can't be changed. The same goes for the stationary themes in Mail.

  • Payment Predictor applying multiple payments to the same Item when customer send more than 1 payment in 1 deposit.

    We have an issue where customers are sending us multiple payments and they come in the same deposit. When payment predictor runs, it is applying both the payments to the same Item using different algorithms. I would think when an Item is selected by 1 payment it should be tagged like it is on a payment worksheet and another payment should not try to apply it to the same item. Ex: we have an Item with balance $1356. Two payments came in for the same customer for $992 and $1356 in the same deposit. Payment predictor applied both payments to the same Item using #BALANCE and #OLDESTC algorithm. The Item now has a balance of -$992. Did anyone else see this issue?
    Thanks,

    Are both the payments for the employee not transferred or only the unpaid one ?
    How about paying both the amounts(status paid) and then do a transfer to SLA.
    Cheers,
    Vigneswar

  • SharePoint 2013 shows the same picture library after add more than two picture library slideshow web part in one page.

    The environment is SP2013 with SP1, I had check the KB, but don't have any hotfix about this.
    I had try it on the different fram, also the same result.
    I try it on sharepoint online is work. So I think that must have hotfix about this.
    I find there is someone have the sam problem.
    http://sharepoint.stackexchange.com/questions/70944/picture-library-slideshow-issue-with-multiple-libraries
    Some snapshot about this :
    Vinci Wang

    Hi Vinci,
    Thanks for posting your issue, This is a known issue in 2013.  You could have multiple slideshow
    webparts on a page in 2010, but it won't work in 2013.  As of now there is no hot fixes for this issue. you can try code mentioned in below URL
    https://social.technet.microsoft.com/Forums/sharepoint/en-US/5ca65f7f-770b-4b0f-8e40-d08578a6442b/sharepoint-2013-picture-library-slideshow-web-part-image-not-displaying-correct-size
    Also, check out below mentioned URLs to know more about this issue and fixes
    http://sharepoint.software.tech.answers.ninja/post/70944
    https://social.msdn.microsoft.com/Forums/office/en-US/63b2ce8c-5f31-4a39-934e-6d759e9afa0c/picture-library-slideshow-web-part?forum=sharepointgeneralprevious
    http://blog.vgrem.com/2013/04/27/beyond-the-slideshow-web-part-capabilities-in-sharepoint-2010/
    I hope this is helpful to you, mark it as Helpful.
    If this works, Please mark it as Answered.
    Regards,
    Dharmendra Singh (MCPD-EA | MCTS)
    Blog : http://sharepoint-community.net/profile/DharmendraSingh

  • Having same portlet on a page more than once

    I am faced with the task of allowing a user to add the same portlet to a page multiple times. The concept is identical to this: we have five news feeds and one 'News' portlet. We want a user to be able to add the 'News' portlet to a custom page as many times as they want. Then, within the preferences, they choose which of the feeds to display in each portlet window.
    Is this possible? It doesn't have to be a matter of choosing a preference-- the requirement is just that the user can choose wich feed to display and we do not have to create a whole new web scv and portlet for each feed that we add.
    Any help is greatly appreciated. We are using Plumtree 5.0.2 and have the EDK/GDK available in case there is a solution by writing Java code.
    Thanks,
    Mike

    Two options:
    Change the portlet logic so it accepts multiple feeds and presents them all in one portletRegister multiple instances of the portlet against the single web service - they should all have separate prefsDepends on how you want to present the content. One gets you a single portlet with content in one place - the other gets you the ability to have multiple portlets distributed on the page. Personally, I find the latter maddening, but it depends on the audience and your threshhold for pain.
    Thanks,
    Eric

  • TS3276 the connection dr. shows my acounts more than once

    I cannot send emails from any of my accounts(I have 3) everything was fine yesterday, this morning i went to send an email and I cannot. the connection Dr. shows my accounts 2 times - Once with a green dot but also shows them(repeated beneath the green dots) with red dots? The Network connection button is greyed out? Any suggestions.

    Thank you for your reply. I started doing as you suggested, I was hoping I could delete the offending accounts through the Connection Dr.(wishfull thinking) Only because the Offending accounts are also the green dot accounts. For some reason they are repeated: so I have a hotmail acct that is both a green and a red dot I have a Go Daddy account that is both green and Red - I cant even take them all "offline" and put them back "online" because according the status in the Mail Application the accounts are "online" but according to the preferences>accounts>outgoing mail sever they are all "offline". very confusing especially considering They work fine one night the next morning all this. I will try your advice I was nervous I would loose everything if i deleted the account but I am realizing now that shouldn't happen. Thanks again for your help.

  • Can i use the same socket to connect to more than one servers

    hi,
    I'm new to java. I want to know whether a socket created using Socket() constructor can be used to connect to multiple servers, not necessarily at a particular point of time. ie, i want to connect to various servers using a single socket and register some info abt them, possible using a loop, one by one. I use connect() method to connect to particular server.
    In other words is Socket class is mutable.
    Edited by: itsraja on Feb 25, 2008 5:50 AM

    In short, I don't think so.
    Setting the server name for a socket is in the constructor.
    Socket s = new Socket("localhost", 501);I don't believe that there are any functions, such as:
    s.setHost("localhost");
    s.setPort(501);However, JavaDocs suggests that when you use the no-args constructor, your class becomes an automatic SocketImpl class, but you can't reach any of its variables unless you derive from the class, itself. But that's probably a bigger headache than it's worth.
    Now TECHNICALY, if you didn't want to create a new variable, you could use:
    Socket s = new Socket("localhost", 501);
    s.close();
    s = new Socket("remotehost", 502);
    s.close();However, this is still creating a new instance and thus a new object in memory.
    I hope this answers your question.
    Let us know exactly what you're trying to do for a more exact answer.
    ~Derek

  • Why does the message alert tone repeats itself more than once?

    every once in a while my message alert tone repeats itself while a message is delivered. if i switch off and switch on the problem gets resolved only for a while.

    Check your Settings > Notifications > Messages > Repeat Alert ?

  • ICloud has added some albums more than once when viewed on my iPad.Is it possible to delete the unwanted extra copies.

    How do I erase unwanted albums from iCloud.On my iPad the same album has been added more than once yet on my mac with iCloud there are no issues.

    I assume you mean photo albums.  How were these albums added in the first place?  Where they created on your iPad?  Do they have the same name?

Maybe you are looking for

  • How can I use lead/lag in this query

    I have written this query which gives me the comparative data based on this week and next week. How can I use Lead/Lag in this query.    WITH CURRENT_WEEK           AS (  SELECT   QPAQ.YEAR YEAR,                          QPAQ.SEASON SEASON,          

  • Web Service input parms

    I have an XI web service I am utilizing via the Adaptive Web Service Model.  This service requires that I send some input parms.  I'm not quite sure how to get the parms into the request object.  I reviewed the tutorial and the bugger doesn't do that

  • FCP help!  Please?  Lines in my picture

    Hi. Please help me if you can. I am exporting a Quicktime movie from FCP for DVD Studio Pro 4. I chose the MPEG 4 option in the compression, make it best quality and bounce it. But when I look at the self-contained mov file, every time a person walks

  • Swift compiler annoyances

    I wonder who else has trouble with the new Swift compiler. I know its "brand new" (but according to Apple it's not beta) but to me it feels like a late alpha version. Apple is (one of) the most valuable companies in the whole world. I can't understan

  • My iPhone 4 text messages to none iPhone phones aren't working correctly

    When I send a text to my friends with Droid phones the text character count doesn't seem to matter. I can send a text which in my iPhone is 320 characters which is in most phones had been two text... 160 characters had seemed to be commonly one text