Hide unnecessary character

Dear Experts,
After we changed structure for Query, in related work book, there is a new field: structure display.
Actually, we do not need this field as negativation.
Could you kind ly let me know how to hide this in work book?
Thanks and best regards
Alex yang

Hi,
If you don't want  that field, why don't you hide it at Query Designer level. If you want hide the particular field column in Workbook  , 
You have some macro running based on the value of this column, then whenever you refresh the workbook you might be running the VBA macro there. If yes, put the code to hide that particular column in your macro all the time.
Check this link:
Hiding columns by VBA macros
Thanks
Hemav
Edited by: hemav on Jul 30, 2010 8:44 AM

Similar Messages

  • How to hide unnecessary HANA views?

    Hi Expert,
    My HANA modeler has created more than 20 views (8 Attribute, 8 Analytical and 2 Calculation views) under “PKC” package but my requirement
    1.       For HANA super user; when they logs in to HANA modeling; To hide 8 attribute and 8 analytical views and just make 2 calculation views visible
    2.       For HANA modeler; seeing all views without any restrictions
    I did create a role with package level “PKS” and object privileges restricted to “2 calculation views” (Without creating an analytical privilege) but when HANA super user logs in; seeing all 20 views of PKS package as if he/she is HANA modeler.
    Please advise how to restrict HANA view level access. Appreciate your inputs.
    Thanks,
    ~Ketan

    Hi Ketan,
    What are the package privileges you have granted? Only REPO.READ should be given .
    Object Privileges:
    1) SELECT ON _SYS_BI,_SYS_BIC
    2) EXECUTE ON REPOSITORY_REST
    Package Privileges:
    1) REPO.READ on the package
    Analytic Privileges:
    1) The Analytic Privilege only on that specific models
    Can you confirm that you have assigned only the above access?
    Regards,
    Krishna Tangudu

  • How do I hide the microsoft agent character and have only the balloon with audio show up

    I would like my LabVIEW program to show only the Microsfot agent balloon with audio but hide the character. Is that possible?

    I played with the Agent a while ago and it seems there was a couple characters that were audio only. Of course you could display the balloon text also. But I dn't seem to have them any more.
    You might try posting to the Agent news group at microsoft.public.msagent Somebody there is sure to know.
    Ed
    Ed Dickens - Certified LabVIEW Architect - DISTek Integration, Inc. - NI Certified Alliance Partner
    Using the Abort button to stop your VI is like using a tree to stop your car. It works, but there may be consequences.

  • Weird character 'u00A4' display  at output of  ADOBE form in SAP for amount

    When display pattern for amount field is set for ADOBE form in SAP, output displays ' ¤ '.
    All display patterns shows '$' at the begining, but when output is generated it displays '¤'.
    Advice me how to eliminate this. (or)
    Is there a way to hide this character.

    I am not saying this is your problem BUT I was troubled for quite a while by having unprintable characters imbedded within text fields.  It turns out that Ctrl V character was being embedded within text by user.
    So I suggest that you view the data while in debug and do it in hex.  This was the only way I was able to see that I had a problem with the text itself.  Then I was able to add logic to filter for these errors.

  • Weird character while printing amount field in ADOBE form

    When amount field is set for any diplay pattern  in PDF form it is displaying like  ¤7.41.
    All display patterns are tried leading to same display.
    All display patterns show the first character as $, but displays this weird character '¤'.
    Advice me how to eliminate this or
    Is there a way to hide this character?

    Duplicate post - thread locked.

  • How to hide transaction types

    Hi,
    We are using CRM 5.0, would like to hide unnecessary transaction types like many standard activity types, opportunity types, leads etc that we donot want the users to see and keep the "Create Business Transaction" window clean and simple.
    Could you throw some light on achieving this.
    thanks
    kumar

    Hi Kumar,
    No need to go by authorization way, its a configuration setting.
    Go to 'Define Transaction Types' in IMG
    Select your transaction type
    Double Click on the transaction type selected
    Selecting value 'X Inactive' for Inactive in General Data.
    Save
    Test if you can see the transaction type in the list.
    Best Regards,
    Pratik Patel
    <b>Reward with Points!</b>

  • Disable Character formatting controls

    I just wanted to control manual character formatting in InDesign CS4 and above. People gone ahead and change font using "character formatting palette" instead of the using character styles even I instructed best practising to use only character styles for various emphasis such as Italic, Bold, Bold Italic, Superscript, Subscript etc...
    I really wanted to disable for character formatting in control panel & character shortcut Ctrl+T (Win) Cmd+T (Mac) alone in InDesign CS4 and above. But the character formatting option should work in Paragraph and Character styles i.e. we should be able to create if new styles required instead of applying manual character formatting. Much appreciated if any one helps on this big issue.
    JA

    To expand a bit on Jongware's suggestion about hiding the menu command to show the character panel you can also customize the Control panel to hide the character controls, and save this as a workspace, then edit the keyboard shortcuts to remove commands you don't want used. I don't recommend this, though. It's easily circumvented by anyone with ID expereince, and a much better approach is to stress to your people how important the use of styles is, and perhaps that their jobs depend on adopting good work habits.
    One thing I WOULD recommend is that you add a set of standard character styles to ID as a default. You can make a master document someplace tha has your basic styles, then load those styles with nothing open and they will be available to all new documents, and add them to any templates as well. I think you'll find yo get much better acceptance of using styles if your people don't need to reinvent the wheel for every document they make.

  • Hiding times in iCal

    In my preferences I marked that the day starts at 6am and ends at 10pm but iCal is still showing 24hours. Is there a way to hide unnecessary times so I don't have to scroll down my calendar? Thanks!

    bump. Scratching my head trying to figure this one out to.
    the helpfile says
    To change the days of the week or the number of hours that appear in the main calendar view, choose iCal > Preferences, and make your choices from the Week and Day pop-up menus in the General pane. For example, you can choose to only see the hours from 9AM to 5PM on Monday through Friday.
    but this doesn't seem to be an option

  • Select Options use in ALV Report in ABAP Webdynpro

    Hello Experts,
    I Already Done ALV Report In webdynpro with use of view Container UI element.But i do not know ALV  report with help of select option.so
    Kindly Give Me simple Example of Use in select Option In ALV.
    Reply ASAP.
    Regards,
    Ameya Karadkhedkar

    First you need to add the component WDR_SELECT_OPTIONS to the tab "Used components" of your Web Dynpro component and then also in the properties tab of your view. In the layout you need to create another view container and embed the view WND_SELECTION_SCREEN of the new used component to it.
    Then in the WDDOINIT method of your view you can write this code (where SEL_OPT is the given name for the used component) in order to set the select option (This example is a select option for a date):
    DATA: lo_cmp_usage           TYPE REF TO if_wd_component_usage,
          lo_interfacecontroller TYPE REF TO iwci_wdr_select_options,
          lo_r_helper_class      TYPE REF TO if_wd_select_options,
          rt_range_date          TYPE REF TO data.
    * Instantiate used component WDR_SELECT_OPTIONS (SEL_OPT)
    lo_cmp_usage = wd_this->wd_cpuse_sel_opt( ).
    IF lo_cmp_usage->has_active_component( ) IS INITIAL.
      lo_cmp_usage->create_component( ).
    ENDIF.
    * Call method in used controller
    lo_interfacecontroller = wd_this->wd_cpifc_sel_opt( ).
    lo_r_helper_class = lo_interfacecontroller->init_selection_screen( ).
    * Create select option for the date
    CALL METHOD lo_r_helper_class->create_range_table
      EXPORTING
        i_typename    = 'DATS'
      RECEIVING
        rt_range_table = rt_range_date.
    CALL METHOD lo_r_helper_class->add_selection_field
      EXPORTING
        i_id          = 'DATS'
        it_result     = rt_range_date
        i_read_only   = ABAP_FALSE.
    * Hide unnecessary buttons
    CALL METHOD lo_r_helper_class->set_global_options
      EXPORTING
        i_display_btn_cancel  = abap_false
        i_display_btn_check   = abap_false
        i_display_btn_reset   = abap_false
        i_display_btn_execute = abap_false.
    Finally you need to write the following code in the action of the button in order to fetch the range table selected by the user.
    DATA: lo_cmp_usage            TYPE REF TO if_wd_component_usage,
          lo_interfacecontroller  TYPE REF TO iwci_wdr_select_options,
          lo_r_helper_class       TYPE REF TO if_wd_select_options,
          rt_date                 TYPE REF TO data.
    FIELD-SYMBOLS: <fs_date> TYPE table.
    * Instantiate used component WDR_SELECT_OPTIONS (SEL_OPT)
    lo_cmp_usage = wd_this->wd_cpuse_sel_opt( ).
    IF lo_cmp_usage->has_active_component( ) IS INITIAL.
      lo_cmp_usage->create_component( ).
    ENDIF.
    * Call method in used controller
    lo_interfacecontroller = wd_this->wd_cpifc_sel_opt( ).
    lo_r_helper_class = lo_interfacecontroller->init_selection_screen( ).
    * get selected range of inspections date
    CALL METHOD lo_r_helper_class->get_range_table_of_sel_field
      EXPORTING
        i_id          = 'DATS'
      RECEIVING
        rt_range_table = rt_date.
    ASSIGN rt_date->* TO <fs_date>.
    Then you can use the value that is assigned to the field symbol <fs_date> to continue with your ALV.

  • Need help with enhancement with CIC0 in CRM

    HI
    Anyone knows any enhancement points or BADI with transaction CIC0 of the Locator?
    Any help is appreciated!
    Points will be given for useful info.
    Thanks!

    Hi,
    There is a BAdI BUS_LOCA_HIDE_SEARCH which can be used to hide unnecessary search types and search ids.
    In case you would need to enhance the locator with new search types and Ids I can help you with some documents for this. Let me know you e mail id for this.
    Regards,
    Sudheer.

  • Format bar woes

    I like the way in which the format bar changes depending on the context.
    However, is there any way to change the items that appear on it? There are three different buttons that select bold/italics. This seems like a waste of screen real estate.
    In particular, I'd like to get rid of the unnecessary 'character style' and 'typeface' buttons.

    napauser,
    Welcome to Apple discussions.
    When you say it's inactive, do you mean that clicking on the icons produces no effect, or that the icons are grayed out?
    -Dennis

  • ¿What about adapting MsWord into ID?

    This post is related to how to confront or (un)manage large portions of text, coming from Word.
    First scenario
    [Almost perfect... although it happens 5% in the daily life].
    Procedure: Simply you apply your main body style to the incoming word galley and immediately the whole text is converted, preserving italics and bold characters.
    Pros: You get an instant translation
    Cons: You may lose styles previously tagged originally in word (headings, quoted text, etc). To avoid this you have to check these styles and step by step convert them to the new style in InDesign.
    Second scenario
    [The waste time and it covers 95% of importing procedures]
    Situation: You apply the body text (or else) and the text does not change at all.
    Procedure (devastating): First, you have to «save» italics (may be bold, also necessary) and tag them with a temporary character style. Immediately you apply your main style (body text) to the whole text.
    As text has not changed (sometimes perhaps small and irregular portions) now you are in scenario 2 and the style appears with the sign (+). With keyboard option you reapply the style and obviously all the text is converted. But here happen many accidents: lost of formatting, superscripts, footnotes, etc.
    Pros: You finally obtain a reasonable text translation.
    Cons: A lot of time has been invested creating unnecessary character styles. Or styles coming from word may disappear when this procedure is applied. But is the only method to really govern (tag) a text that is so reluctant to import in perfect conditions.
    Why? Why this situation appears so fickle, almost to the wrong side? Convert .doc to rtf is not a clue, neither. No script until this moment appears to be an elixir. Sometimes you have to implement absurd temporary methods (like changing each font in the coming test from word, like Verdanas, Arials Times, Times New Roman, Calibris +regular+italics+bold, etc).
    Conclusion: the daily tragedy repeated day after day.

    That would be applicable to
    Procedure (devastating): First, you have to «save» italics (may be bold, also necessary) and tag them with a temporary character style. Immediately you apply your main style (body text) to the whole text.
    I deal with two kinds of customers: the ones that use our in-house way of marking up text for paragraphs -- local formatting doesn't need special markup --, and people that barge in, throw stuff on my desk, and run away.
    For the former, we have a few scripts that first save local formatting (that's "preptext"), and then another that does all paragraph stuff (relying on their own markup), and another that does table stuff. Plug in pictures, book is ready. Less than a day work. Formatting errors are their own.
    For the latter, I run the same save-local formatting script, but before that, I check all fonts and most of the local formatting (you'd be surprised how many people use bold italic underlined spaces when there should be, er, just a space; or underline a + to get ±; or superscript an o to get a degree). Then I go through the document, paragraph by paragraph, applying the correct styles one by one. None of that "apply main to all"! You might loose important visual cues that do get imported, such as left-and-right indenting text, which ought to be formatted as a quote. Since I have assigned hotkeys to all major styles years ago, I can go through an entire book in, well, about a day. It then takes some more time to finish the regular stuff, and it also happens that I make formatting errors myself. On the other hand, these clients usually have tons of rewrites, so my errors sort of disappear in the overall calculation.
    (preptext can be d/l'ed here: http://www.jongware.com/binaries/preptext.zip -- there have been a few discussions on this forum on proper usage; esp. http://forums.adobe.com/message/2159410 mentions a few important gotchas)

  • Universe design for SAP BPC (MSAS cube)

    During the designing of a Universe on top of a MSAS cube there is the moment I may select Dimensions & Hierarchies. Here there are ID's of my model, e.g. Accounts-Lev1, Time-Lev1, etc.
    How do I get to see the descriptions of the levels in the Universe Designer?
    Screenshots:
    http://s772.photobucket.com/albums/yy7/Thijxx/

    Hi SR,
      In some way is true what you think, is important to put effort and intelligence in design very well the Bex query also the BW solution.
      But the effort is not only there, you can improve that with a good Universe creating MDX Measures, changing the BW names (Dimensions and measures) for other more comprehensives for the users, change and reorder the classes and dimensions to be more close to user concept, create new hierarchies and others.
      Don't forget that the Universe is a semantic layer to hide complexity and is useful for:
    -  Map complex data into familiar business terms such as products, customers, and sales.
    -  Enable simple, intuitive, and self-guided data analysis.
    -  Guarantee single version of the truth (identical results) no matter what tool is used)
    Some tips are:
    You do not need a BE query for every report and you do not need a Universe for every existing BE query
    Focus the implementation strategy on limiting the number of Bex queries and Universes that share common elements
    Build a small set of Bex queries focusing on sharing common elements in a small number of Universes
    Understand that primarily the WebI Query Panel definition influences how much data is retrieved from BW, and not the BE query design or the WebI Report layout, In some situations extremely large queries and universes can adversely affect performance
    Removing / Hide Unnecessary u201CL00u201D Objects
    Removing / Hide Unused or Redundant Detail Objects
    Remove all prefixes « Lxx ». Copy the initial name in the Description of the object
    Rename the attributes (Detail objects) when necessary : remove the suffixes when no Business signification
    Optimizing Detail Object Syntax
    I hope this help you.
      Best Regards
    Edited by: Federico Sperling on Jun 18, 2009 8:36 PM

  • Excel View from an ALV Report

    Hi,
    How I can use the Excel View correctly?. I have a User that want to see this view from an ALV Report. The user clicks on "Views" -> "Microsoft Excel" then in the ALV area appears the excel workarea but all the cells are blank.
    Is there an option or previous configuration than make the data appear?
    Regards,
    CL

    carlos,
    Check this out.
    1) To change the current layout, show additional information, or hide unnecessary information, choose  next to  and then Change Layout. 
    The Define Layouts dialog box appears. All of the fields displayed in the report are listed in the left column. All of the available information you can display is listed in the right column. This information is grouped. Through the list box, you can select a certain field group and display the available fields in the right column.
    Make the desired changes and select  Enter.
    2) Select the desired fields and use the arrow keys to transfer the selected fields or all fields. These fields are now shown in the left column.
    3) End your selection with Enter. The layout you have defined is applied to the report immediately.
    4) To save this selection, select Save. Name your layout. The name of the layout must begin with a slash (/) or with a letter (user-specific).
    5) Decide whether you want to save the layout as a user-specific layout. If you save it as a user-specific layout, it is only available to you. If you don’t save the variant as a user-specific layout, it is also available to other users.
    Hope this helps u,
    Regards,
    Nagarajan.

  • # at the end of file

    I'm uploading the .txt file in application server using function module ARCHIVFILE_CLIENT_TO_SERVER.
    When file is uploaded successfully on application server, character # is getting updated at the end of each line. Is anyone aware of the reason for this and how to get rid of this unnecessary character. Thanks.

    Try to write a small report program in your local object to check whether this issue is just because of new line character or something else..
    * program to use new line character..you can take the help of..New Line Character : CL_ABAP_CHAR_UTILITIES=>NEWLINE
    (more Can be found on google easily)

Maybe you are looking for

  • TV Mobile app for Windows 8 tablet & phones

    How do locate the apps for Windows 8 tablet (pro/rt) and for the Windows Phone 8? All I can find is the iPhone/Android. I have a windows 8 PC Pro, and a Windows 8 Tablet Pro and a Windows Phone 8.

  • Can JDBC adapter be scheduled to call stored procedures

    Can JDBC adapter be scheduled to call stored procedure in other database passing previous date as input parameter

  • Message "no administrator found"

    Hello All, i am getting message in my inbox ( SBWP)  <b>"no administrator found"</b>. work item i am accessing is in READY status with me there are 2 more users which are assigned to the position. when i click on the work item in my inbox i get this

  • Cannot locate my most recent domain file

    Hello, I opened an older site in iweb that I designed a few years back, then closed it (made no changes). It was saved as a separate domain file. Now when I open iweb, it automatically opens that domain file. I have several more recent website design

  • Adobe Media Encoder lost sound and had 128MB file - Why?

    Guys, Any help would be appreciated. I usually use Adobe Media Encoder to convert my files to flv or f4l - But something happened on the way to the party - The file was an .avi file about 100MB and AME would give me a file of about 128MB with no soun