How to switch of Column sorting in the Web (7.0)

Hi All,
In my 7.0 created Web report I get a sorting icon in each column header. It's probably a basic question but how can I make these sorting icons disappear from my report? Probably a analysis item setting, but I can't find it.
Many thanks,
Ron

Hi,
you can use a command to custome a report, report Interface (RRI).
You have to customize it with the transaction RSBBS (jump).
You define a sender your query andf receveir another query.
Then you can use a standard web item = Button group.
In the internal display you custom a button. In menu you choose ' Command via command wiaizar' -> all command -> command for data provider -> Basic data provider command -> RRI
Hope it helps

Similar Messages

  • How to switch off automatic creation of the business partner?

    Hello!
    Advise please why in erp after creation of the customer automatically form business partner? How to switch off automatic creation of the business partner? It very much disturbs, because business partner are created from crm. Because of automatic creation business partners are duplicated.

    Hi,
    I have made the following customizing settings to activate customer integration with business partner, but the problem is when I create a BP with a role (FI-Customer) the customer is not created automatically.
    1. Set BP Role Category for Direction BP to Customer
    Roles: FLCU00 - Business Partner FI Customer (FS: BP)
    FLCU01 - Business Partner Customer (FS: BP)
    2. Defined the Number assignment for Direction BP to customer
    4. Customer account group and numbering is also defined.
    3. Created a BP with BP Role FLCU00, I can see the Customer - General Data tab, but no customer was automatically generated by the system.
    Kindly let me know if any customizing I have missed.
    Regards
    Ameya

  • Does anybody no how to switch off automatic updates on the iphone 5.

    Does anybody no how to switch off automatic updates on the iphone 5 many thanks was1521 UK.

    The reason i asked about automatic updates was because my provider 02 told me about it they said turn it off or get something called a Bolt-on which would provide me with so much internet data at a set price so thanks for your reply Kilted Tim.

  • How to create  some columns dynamically in the report designer depending upon the input selection

    Post Author: ekta
    CA Forum: Crystal Reports
    how  to create  some columns dynamically in the report designer depending upon the input selection 
    how  export  this dynamic  report in (pdf , xls,doc and rtf format)
    report format is as below:
    Element Codes
    1
    16
    14
    11
    19
    10
    2
    3
    Employee nos.
    Employee Name
    Normal
    RDO
    WC
    Breveavement
    LWOP
    Sick
    Carers leave
    AL
    O/T 1.5
    O/T 2.0
    Total Hours
    000004
    PHAN , Hanh Huynh
    68.40
    7.60
    76.00
    000010
    I , Jungue
    68.40
    7.60
    2.00
    5.00
    76.00
    000022
    GARFINKEL , Hersch
    66.30
    7.60
    2.10
    76.00
    In the above report first column and the last columns are fixed and the other columns are dynamic depending upon the input selection:
    if input selection is Normal and RDO then only 2 columns w'd be created and the other 2 fixed columns.
    Can anybody help me how do I design such report....
    Thanks

    Hi Developer life,
    According to your description that you want to dynamically increase and decrease the numbers of the columns in the table, right?
    As Jason A Long mentioned that we can use the matrix to do this and put the year field in the column group, amount fields(Numric  values) in the details,  add  an filter to filter the data base on this column group, but if
    the data in the DB not suitable to add to the matrix directly, you can use the unpivot function to turn the column name of year to a single row and then you can add it in the column group.
    If there are too many columns in the column group, it will fit the page size automatically and display the extra columns in the next page.
    Similar threads with details steps for your reference:
    https://social.technet.microsoft.com/Forums/en-US/339965a1-8cca-41d8-83ef-c2548050799a/ssrs-dataset-column-metadata-dynamic-update?forum=sqlreportings 
    If your still have any problem, please try to provide us more details information, such as the data structure in the DB and the table structure you are currently designing.
    Any question, please feel free to let me know.
    Best Regards
    Vicky Liu

  • How can I make iTunes sort on the first word by default, even though that word is "The" or "A"?

    How can I make iTunes sort on the first word by default, even though that word is "The" or "A"?
    I myself think that (for instance) "A tribe called Quest" should be sorted under "A", not "T".
    Now I can edit the sort options manually per track and/or per selection, but I would really like to just kill this "iTunes-knows-how-you-should-sort"-feature in iTunes.
    Anyone any suggestion on how to do that?
    Thanks

    Here is a modified version of one of Doug's Scripts. My modification was to add Sort Name to the list of tags that could be changed. I tried it on a single track and it worked. I recommend backing up your library first. Select the tracks you want to change (or all tracks) and run the script from the Applescript Editor.  If it works as intended, save it so you can apply it to newly imported tracks.  And, yes, I know this isn't the exact answer to your question, you want to change a preference setting in iTunes (if there is such a setting).
    Original script can be forund at http://dougscripts.com/itunes/scripts/ss.php?sp=thistagthattag
    Modified script is below. Start up Applescript Editor, paste it into a new window.  Start up iTunes and select the tracks to modify.  Click Run in the Applescript Editor.  Follow the instructions.
    (* Put This In That
    v2.0 april 22 2008
    - runs as universal binary
    - adds "Show" tag
    - consolidated code
    - saved as script bundle
    v1.7 October 3, 2006
    - adds "Album Artist" as option
    v1.6 October 28, 2004
    - works around iTunes 4.7 selection bug
    v1.5 ('04/1)-- adds "grouping" tag
    Get more free AppleScripts and info on writing your own
    at Doug's AppleScripts for iTunes
    http://dougscripts.com/itunes/
    This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.
    This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more details.
    Get a copy of the GNU General Public License by writing to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.
    or visit http://www.gnu.org/copyleft/gpl.html
    -- CONSTANTS
    property allOptions : {"Song Name", "Artist", "Album", "Album Artist", "Composer", "Genre", "Comments", "Show", "Grouping", "Sort Name"}
    property my_title : "Put This In That"
    global thisTag, thatTag, theNewTags, theOriginalTags, yn
    tell application "iTunes"
              if selection is not {} then -- if tracks are selected...
                        set sel to selection
                        set numTracks to (length of sel)
                        set s to "s"
                        if numTracks is 1 then set s to ""
                        display dialog "The data from one tag REPLACES the data in another tag in all the selected tracks, with option to delete data in first tag." & return & return & (numTracks & " track" & s & " selected.") buttons {"Cancel", "Continue"} default button 2 with title my_title giving up after 30
                        if gave up of result is true then return
                        my choose_this_tag()
                        my choose_that_tag()
                        set yn to (button returned of (display dialog "Delete data in " & thisTag & " afterwards?" buttons {"Yes", "No"} default button 2 with title my_title giving up after 45) is "Yes")
                        set oldfi to fixed indexing
                        set fixed indexing to true
                        repeat with t from 1 to numTracks
                                  tell contents of item t of sel
                                            set theOriginalTags to {get name, get artist, get album, get album artist, get composer, get genre, get comment, get show, get grouping, get sort name}
                                            set theNewTags to theOriginalTags
                                            my do_put()
                                            set {name, artist, album, album artist, composer, genre, comment, show, grouping, sort name} to theNewTags
                                  end tell
                        end repeat
                        set fixed indexing to oldfi
              else
      display dialog "No tracks have been selected." buttons {"Cancel"} default button 1 with icon 0 giving up after 30
              end if -- no selection
    end tell
    to choose_this_tag()
              tell application "iTunes"
                        set n to (choose from list allOptions with prompt ("Select a tag to get data from:") with title my_title)
                        if n is false then error number -128
                        set thisTag to (n as text)
              end tell
    end choose_this_tag
    to choose_that_tag()
              set o to {}
              repeat with t in allOptions
                        if (t as text) is not thisTag then copy t to end of o
              end repeat
              tell application "iTunes"
                        set n to choose from list o with prompt ("Use data from the " & thisTag & " tag to REPLACE data in...") with title my_title
                        if n is false then error number -128
                        set thatTag to n as text
              end tell
    end choose_that_tag
    to do_put()
              try
                        repeat with i from 1 to (length of allOptions)
                                  if thisTag is (item i of allOptions) then
                                            set thisTag_sto to (item i of theOriginalTags)
                                            exit repeat
                                  end if
                        end repeat
                        repeat with i from 1 to (length of allOptions)
                                  if thatTag is (item i of allOptions) then
                                            set (item i of theNewTags) to thisTag_sto
                                            exit repeat
                                  end if
                        end repeat
                        if yn then
                                  repeat with i from 1 to (length of allOptions)
                                            if thisTag is (item i of allOptions) then
                                                      set (item i of theNewTags) to ""
                                                      exit repeat
                                            end if
                                  end repeat
                        end if
              end try
    end do_put

  • How can i register column with in the query

    hi all
    how can i register column with in the query?

    Thanks.
    In my business one, the column width was registed.
    But I don't know how can I do it.
    So I try to save the query again after change column width.
    Then the query was opend with changed column width.
    Is it right function?
    Is there any way to register the column width?
    It's very troublesome to change column width every time.
    seiichi

  • If the production database i down, how to switch to standby database using the replication environment in ASsE

    This question is in Business Continuity Plan (BCP)
    if the production database is down, how to switch to standby database using the replication environment in ASE

    Assuming you're referring to Sybase's Replication Server (repserver) product ...
    Repserver moves data changes from one database to another.
    Repserver can't 'switch' your application to use a different database; something outside of repserver has to do the actual switching.
    If your application happens to be connecting to your ASE via Sybase's OpenSwitch (or similar) product, then OpenSwitch would be responsible for switching your application to use the standby database.  Whether you have OpenSwitch perform the switch automatically, or via a manual command, is up to your BCP requirements.
    If your application connects directly to ASE then you'll have to decide how/when to get your application to switch to the standby database.  In the simplest form this would require shutting down the application, making sure replication is quiesced (ie, all in-flight transactions have been applied to the standby database), modify the interfaces/sql.ini file (used by your application) to point to the standby database, make any customized changes to the standby dataserver/database (eg, unlock application logins, take databases out of 'dbo use only' mode, etc), and startup the application (at this point it should connect to the standby database per the changes to the interfaces/sql.ini file).

  • I have problems in communication between my notebook and Epson printer. It goes offline everytime I unplug it from the notebook and there is no way how to switch it on. Although the printer is recognized and scanning is not a problem. Any solution?

    I have problems in communication between my notebook and Epson printer. It goes offline everytime I unplug it from the notebook and there is no way how to switch it on. Although the printer is recognized and scanning is not a problem. Any solution?

    this is exactly the kind of response i expected, almost begged support to please not do this to me and yet there it is another meaningless, non helpful, standard template response to restart my apple tv.
    this does NOT work which is why i am contacting you. i have tried all suggestions about unplugging and restarting and nothing works.
    i live in an apartment and logon to the provided wifi wireless. so i do not have access to a router. however, management says they have talked with their provider and have been assured that the required ports are available.
    remember all the jokes about how bad windows was because the solution was always to re boot. funny huh? how is apple any different.
    i have been to the local apple care store and they are clueless, too.
    should we just end it here and you admit that i will not be getting any support from apple on this one? i got the ipad because my kids were such big fans. it is difficult for me to share their enthusiasm.
    at this point i am just curious about how you say you cannot support your own product so i can complete my file on this contact.
    thanks...sorry it was you who got this problem..

  • How do I download an MP3 from the web to iTunes

    I received an email with a link to an MP3 I'd like to load onto iTunes so I can listen to it on my iPod.  But when I click on the link, it opens Safari, and the only thing on the screen is a progress bar with a start/stop and a volume control.  I can't find anything to click on to drag it to iTunes. 
    I've tried 'File->save as' and put it on my downloads folder or on the desktop.  But it won't save as an MP3, it tells me it has to put '.webarchive' as an extension.  If I try to drag the file to iTunes, nothing happens.  If I double click on it, I get the same Safari window.
    So how do I get this MP3 off the web and into iTunes?

    When it's playing in Safari, click on its URL in the address bar and press the Option and Enter keys.
    (63973)

  • How do I keep forms opened on the web  - if they close themselves at times

    How do I keep forms opened on the web  - if they close themselves??

    Hi,
    When you have completed design your form on design tab, you may open form to filling out and submit. At this time, if you don’t change your form, it will keep the open state. if you change or edit your form, it will showing a warning dialog to let you know form will be changed to closed, and remind you to open it again.
    Thanks,
    Guanshuai

  • How does one disable a button in the web UI?

    How does one disable a button in the web UI? I am trying to disable the edit button in the web UI for Accounts. What are the steps to take in order to accomplish that?

    Hi Abdul,
    Locate the Toolbar group group for that application. It should be ACC_OIC01 in your case. You can deactivate a specific button (event) under the toolbar group.
    Regards,
    J.Prabananth

  • How to reduce photos to send on the web

    How to reduce photos to send on the web my info says 225 KB and I need it to be no more than 4MB

    You are welcome.
    If the existing photo is 49kB and you can send anything less than 4mB, you are fine.
    http://cryptosmith.com/node/297

  • How can we publish Labview data using the web

    how can we publish Labview data using the web?
    Dr. Eugene Berman, Moran Kamilyan and Ravit Bar

    [email protected] wrote:
    how can we publish Labview data using the web?
    You could use shared variables and publish them to the network or use data sockets.
    Kudos always welcome for helpful posts

  • How to add a column that shows the difference of two metrics columns?

    I created a pivot table with two metrics columns. One metrics column has the aggregation rule of 'Min', the other has 'Max'. Now I want to add a column to show the difference of these two metrics for each row. Is this possible? How to do it? Thank you in advance.

    Use TimeStampdiff:
    TIMESTAMPDIFF(SQL_TSI_HOUR, MIN(xxxx), MAX(xxx))
    It's in the help file if you need more help.
    regards
    Alex

  • How to validate similar columns fetched by the cursor

    Hi,
    I have one table which has columns like COMP_PART_NUMBER_1 , COMP_PART_NUMBER_2 up to COMP_PART_NUMBER_50
    Need to validate columns as shown below,I want to know how to make create dynamic script for the below validation so that there is no need to add same logic for 50 times.
    IF rec_SCR_assy.COMP_PART_NUMBER_1 IS NOT NULL THEN
    IF LENGTH(rec_SCR_assy.COMP_PART_NUMBER_1) > 8 THEN
         v_error_description := NVL(v_error_description,'') || 'The Component 1 Part Number length should not be greater than 8| ';
    ELSE
    v_upd_script := ' COMP_PART_NUMBER_1 = ''' || rec_SCR_assy.COMP_PART_NUMBER_1 || '''';
    END IF;
    END IF;
    I have tried to create pl sql block as :-
    FOR vcnt IN 1..50
    LOOP
    VFIELD_COMP_PART := 'COMP_PART_NUMBER_' || VCNT;
    v_exec_query:=' begin
    IF rec_SCR_assy.'||VFIELD_COMP_PART ||' IS NOT NULL THEN
    IF LENGTH(rec_SCR_assy.'||VFIELD_COMP_PART||') > 8 THEN
    :v_error_description := NVL(:v_error_description,'''') || ''The Component 1 Part Number length should not be greater than 8| '';
    ELSE
    :v_upd_script := '' rec_SCR_assy.'||VFIELD_COMP_PART||' = '''''' ||rec_SCR_assy.'||VFIELD_COMP_PART ||'||'''''''';
    end if;
    END IF; end;';
    execute immediate V_EXEC_QUERY using v_error_description,v_upd_script;
    This code is giving an error as it is not possible to create a bind variable to the cursor in dynamic script.
    Please help me to find the solution for it.Thanks in advance.

    Try like this ...
    DECLARE
       v_exec_query   VARCHAR2 (4000);
    BEGIN
       FOR i IN (SELECT column_name
                   FROM all_tab_cols
                  WHERE table_name = 'EMP')
       LOOP
          v_exec_query :=
                ' begin
    IF rec_SCR_assy.'
             || i.column_name
             || ' IS NOT NULL THEN
    IF LENGTH(rec_SCR_assy.'
             || i.column_name
             || ') > 8 THEN
    :v_error_description := NVL(:v_error_description,'''') || ''The Component 1 Part Number length should not be greater than 8| '';
    ELSE
    :v_upd_script := '' rec_SCR_assy.'
             || i.column_name
             || ' = '''''' ||rec_SCR_assy.'
             || i.column_name
             || '||'''''''';
    end if;
    END IF; end;';
          DBMS_OUTPUT.put_line (v_exec_query);
       END LOOP;
    END;
    --Output
    BEGIN
       IF rec_scr_assy.emp_info IS NOT NULL
       THEN
          IF LENGTH (rec_scr_assy.emp_info) > 8
          THEN
             :v_error_description :=
                   NVL (:v_error_description, '')
                || 'The Component 1 Part Number length should not be greater than 8| ';
          ELSE
             :v_upd_script :=
                   ' rec_SCR_assy.EMP_INFO = ''' || rec_scr_assy.emp_info || '''';
          END IF;
       END IF;
    END;
    BEGIN
       IF rec_scr_assy.deptno IS NOT NULL
       THEN
          IF LENGTH (rec_scr_assy.deptno) > 8
          THEN
             :v_error_description :=
                   NVL (:v_error_description, '')
                || 'The Component 1 Part Number length should not be greater than 8| ';
          ELSE
             :v_upd_script :=
                       ' rec_SCR_assy.DEPTNO = ''' || rec_scr_assy.deptno || '''';
          END IF;
       END IF;
    END;
    BEGIN
       IF rec_scr_assy.comm IS NOT NULL
       THEN
          IF LENGTH (rec_scr_assy.comm) > 8
          THEN
             :v_error_description :=
                   NVL (:v_error_description, '')
                || 'The Component 1 Part Number length should not be greater than 8| ';
          ELSE
             :v_upd_script :=
                           ' rec_SCR_assy.COMM = ''' || rec_scr_assy.comm || '''';
          END IF;
       END IF;
    END;
    BEGIN
       IF rec_scr_assy.sal IS NOT NULL
       THEN
          IF LENGTH (rec_scr_assy.sal) > 8
          THEN
             :v_error_description :=
                   NVL (:v_error_description, '')
                || 'The Component 1 Part Number length should not be greater than 8| ';
          ELSE
             :v_upd_script :=
                             ' rec_SCR_assy.SAL = ''' || rec_scr_assy.sal || '''';
          END IF;
       END IF;
    END;
    BEGIN
       IF rec_scr_assy.hiredate IS NOT NULL
       THEN
          IF LENGTH (rec_scr_assy.hiredate) > 8
          THEN
             :v_error_description :=
                   NVL (:v_error_description, '')
                || 'The Component 1 Part Number length should not be greater than 8| ';
          ELSE
             :v_upd_script :=
                   ' rec_SCR_assy.HIREDATE = ''' || rec_scr_assy.hiredate || '''';
          END IF;
       END IF;
    END;
    BEGIN
       IF rec_scr_assy.mgr IS NOT NULL
       THEN
          IF LENGTH (rec_scr_assy.mgr) > 8
          THEN
             :v_error_description :=
                   NVL (:v_error_description, '')
                || 'The Component 1 Part Number length should not be greater than 8| ';
          ELSE
             :v_upd_script :=
                             ' rec_SCR_assy.MGR = ''' || rec_scr_assy.mgr || '''';
          END IF;
       END IF;
    END;
    BEGIN
       IF rec_scr_assy.job IS NOT NULL
       THEN
          IF LENGTH (rec_scr_assy.job) > 8
          THEN
             :v_error_description :=
                   NVL (:v_error_description, '')
                || 'The Component 1 Part Number length should not be greater than 8| ';
          ELSE
             :v_upd_script :=
                             ' rec_SCR_assy.JOB = ''' || rec_scr_assy.job || '''';
          END IF;
       END IF;
    END;
    BEGIN
       IF rec_scr_assy.emp_no IS NOT NULL
       THEN
          IF LENGTH (rec_scr_assy.emp_no) > 8
          THEN
             :v_error_description :=
                   NVL (:v_error_description, '')
                || 'The Component 1 Part Number length should not be greater than 8| ';
          ELSE
             :v_upd_script :=
                       ' rec_SCR_assy.EMP_NO = ''' || rec_scr_assy.emp_no || '''';
          END IF;
       END IF;
    END;
    BEGIN
       IF rec_scr_assy.sys_nc00009$ IS NOT NULL
       THEN
          IF LENGTH (rec_scr_assy.sys_nc00009$) > 8
          THEN
             :v_error_description :=
                   NVL (:v_error_description, '')
                || 'The Component 1 Part Number length should not be greater than 8| ';
          ELSE
             :v_upd_script :=
                   ' rec_SCR_assy.SYS_NC00009$ = '''
                || rec_scr_assy.sys_nc00009$
                || '''';
          END IF;
       END IF;
    END;
    BEGIN
       IF rec_scr_assy.ename IS NOT NULL
       THEN
          IF LENGTH (rec_scr_assy.ename) > 8
          THEN
             :v_error_description :=
                   NVL (:v_error_description, '')
                || 'The Component 1 Part Number length should not be greater than 8| ';
          ELSE
             :v_upd_script :=
                         ' rec_SCR_assy.ENAME = ''' || rec_scr_assy.ename || '''';
          END IF;
       END IF;
    END;Regards,
    Friend

Maybe you are looking for