ADI Themes-Need Blank Column

On my financial reports I am trying to add a blank column between my Monthly and YTD Budget, but can't get it to work. The Budget continues to populate in the blank column. Any suggestions on what I could try or where I could get additional help on setting my theme up would be appreciated.
Thanks,
Stephanie Hafermann

On my financial reports I am trying to add a blank column between my Monthly and YTD Budget, but can't get it to work. The Budget continues to populate in the blank column. Any suggestions on what I could try or where I could get additional help on setting my theme up would be appreciated.
Thanks,
Stephanie Hafermann

Similar Messages

  • Need blank column in between rows

    Hi,
    Ho can we put blank row in between rows?
    WE have data like :-
    Col1     col2    col3
    a            b         c
    d           e          f
    we want like :-
    Col1     col2     col3
    null       null       null
    a            b         c
    d           e          f        
    first blank row.Thanks,
    Brij
    Edited by: 845712 on May 7, 2012 3:31 AM

    Something like this ?
    SQL> select null as empno,null as empno from dual
      2  union all
      3  select empno,job from emp;
         EMPNO EMPNO
          7369 CLERK
          7499 SALESMAN
          7521 SALESMAN
          7566 MANAGER
          7654 SALESMAN
          7698 MANAGER
          7782 MANAGER
          7788 ANALYST
          7839 PRESIDENT
          7844 SALESMAN
         EMPNO EMPNO
          7876 CLERK
          7900 CLERK
          7902 ANALYST
          7934 CLERK
    15 rows selected.And if you wish to get the 'null' word then :
    SQL> select 'null' as empno,'null' as job from dual
      2  union all
      3  select to_char(empno) empno,job from emp;
    EMPNO                                    EMPNO
    null                                     null
    7369                                     CLERK
    7499                                     SALESMAN
    7521                                     SALESMAN
    7566                                     MANAGER
    7654                                     SALESMAN
    7698                                     MANAGER
    7782                                     MANAGER
    7788                                     ANALYST
    7839                                     PRESIDENT
    7844                                     SALESMAN
    EMPNO                                    EMPNO
    7876                                     CLERK
    7900                                     CLERK
    7902                                     ANALYST
    7934                                     CLERK
    15 rows selected.
    SQL>If this answer your question, please close the thread else continue.
    Regards
    Girish Sharma
    Edited by: Girish Sharma on May 7, 2012 4:46 PM
    And if you wish to get a blank link after each group then see the reply by Aketi Jyuuzou @ below link :
    Printing a blank line??

  • Need to paint Excel,but have blank column.

    After operated the excel, the excel file have many blank column.Now need to print the excel, but I don't want these blank column, any way to delete them or not show when print? Thank u .

    >>Now need to print the excel, but I don't want these blank column, any way to delete them or not show when print
    Hi
    You can delete or hide the column before you print the worksheet using WorksheetFunction.CountA, CountA() method , counts the number of cells that are not empty and the values within the list of arguments. You may refer to this code:
    Sub PrintSheet()
    Dim col As Long, lastCol As Long, r As Range
    lastCol = ActiveSheet.UsedRange.Columns(ActiveSheet.UsedRange.Columns.Count).Column
    For c = lastCol To 1 Step -1
    If WorksheetFunction.CountA(Columns(c)) = 0 Then
    Columns(c).EntireColumn.Hidden = True 'Hide the Column'
    ' Columns(c).Delete ' Delete the column
    End If
    Next
    Application.ScreenUpdating = True
    ActiveSheet.PrintOut
    End Sub
    CountA method
    https://msdn.microsoft.com/EN-US/library/office/ff838049.aspx?f=255&MSPPError=-2147217396
    Best Regards
    Lan
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • I need to convert PDF to Excel, however, columns and tabs make many merged cells and many blank columns. In addition to not separate the columns correctly, I see many not separate lines together in the same cell. I'm even thinking that Adobe Acrobat Pro D

    I need to convert PDF to Excel, however, columns and tabs make many merged cells and many blank columns. In addition to not separate the columns correctly, I see many not separate lines together in the same cell. I'm even thinking that Adobe Acrobat Pro DC has limitations. There is no way to define what points in columns to force break column? Nor create many columns that are useless? How does text to column in Excel, fixed size when we import text, and define where the breaks have columns?
    Google Tradutor para empresas:Google Toolkit de tradução para appsTradutor de sitesGlobal Market Finder
    Desativar tradução instantâneaSobre o Google TradutorCelularComunidadePrivacidade e TermosAjudaEnviar feedback

    PDF does not contain columns, rows, formats, styles, or other aspects of word processing or spreadsheet file formats.
    This is because PDF is decidedly not a word processing or spreadsheet file format or something "like" one of those.
    (see ISO 32000 for what PDF "is")
    What can optimize the export of PDF page content is to start with a well-formed tagged PDF (ISO 14289-1, PDF/UA-1 compliant).
    Without that export is what it is and one performs whatever content cleanup is needed using the native application for the export file (MS Word or Excel).
    Be well...

  • How to hide blank columns in datagrid?

    Hi,
    I have a datagrid nicely populated with data.
    But I have some colums which are blank (the columns have a
    Header but the rest of its rows are blank).
    I want to hide these columns so that users can't see them.
    Note that the blank columns are not fixed. Sometimes it can
    be that a column is blank but at other times it can be filled.
    So I cannot use... "<... visible=false>
    I need to loop thru the columns and then hide the blank
    columns.
    Anyone has an idea how to code for this loop.
    Thx

    Well..from what i know, the datagrid supports the syntax to
    allow for you to specify the columns explicitly through the
    DataGridColumn. Done like this
    <mx:datagrid>
    <mx:columns>
    <mxdatagridcolumn datafield = "Column 1 name" ..>
    <mxdatagridcolumn datafield = "" ..>
    <mxdatagridcolumn datafield = "" ..>
    </mx:columns>
    </mx:datagrid>
    why dont you specify the columns you want using this. that
    way, if there is no data in the colums, that column just wont show.
    Hope i am understanding you right when you say hide blank
    columns

  • Blank Column in Query

    Hi There
    Please advice me how to create a blank column in Query?
    Thanks in advance..
    Regards,
    Chandu.

    Hi
    I don't have any IO's regarding that.I just need create a column with some description then user can fill with data.
    How can i run that?
    Thanks in advance.
    Regards,
    Chandu.

  • BIP report output in PDF and RTF generating some blank columns or � symbols

    Hi Experts,
    I am new to BIP. I have developed some BIP reports in 10.1.3.4.1 version which are working fine in Dev and UAT environment.
    But it's generating some blank columns and some columns with proper data and some columns with"cellphone" kind of symbol in PDF and " �"
    symbols in RTF in Prod environment.
    In all the environments the version of BIP is same.
    So any help in resolving this issue is appreciated.
    Thanks in advance..
    Regards,
    Suresh.A

    All of the complex report logic is handled in your Oracle Report (rdf) file.
    If your Oracle report is working OK, then this report should be generating XML.
    After running your report, go to the View Requests window. Highlight your request, and click the Diagnostics button. Then click the 'View XML' button. If you see XML data, then you should be OK.
    When I faced a similar issue, it was because the '1 step' process didnt work for the particular report I was using. The '1 step' process doesn't work for every report. Which report are you using?
    If the report is submitted via a form (not the concurrent manager request form), then you probably need to use 2 steps to produce the desired output.
    For more information, see the following thread:
    Enhancment to avoid 2 step check printing
    HTH,
    Mark K

  • Blank columns with title

    Hi All,
              How do I create a blank column with the column name in the report?
            I tried with "structure-new selection" with the report name(Structure being Key Figures)- the system pops out an error message stating that it needs unique value  for each cell.
    Thanking in advance.

    Thanks Bhanu. It did work.
    I did try query properties suppression zeroes for both rows and columns with Active =0 but it is not suppressing the zeroes.
    Thanks again.

  • Insert a Blank Column in the Results Area of a Workbook

    Is it possible to insert a blank column in the results area of a WORKBOOK that does not get affected by free characteristic drill down or refreshing of the corresponding query?  The current workbook looks like follows
    Column A - Characteristic1
    Column B - Characteristic2
    Column C - KeyFigure1
    Column D - KeyFigure2
    Column E - KeyFigure3
    Column F - KeyFigure4
    The requirement is that the user wants to enter some estimates between Column B and Column C and Column D and Column E as follows
    Column A - Characteristic1
    Column B - Characteristic2
    Column C - USER ENTRY
    Column D - KeyFigure1
    Column E - KeyFigure2
    Column F - USER ENTRY
    Column G - KeyFigure3
    Column H - KeyFigure4
    Column I - CALCULATIONS BASED ON USER ENTRY
    First I tried to split the results area and save the workbook.  But when the query is refreshed then the entire results area gets back in one piece.  I succeeded partially by having a key figure with no possible output (i.e., restricting a non-existent value on a characteristic).  Again in here, whatever user inputs will get wiped out with the drill down.  Does any one have any pointers?  Thanks.
    IS

    Hi IS,
    As a nearly workaround I can suppose to do the following.
    Create two identical requests.
    In the first one hide the columns to the right from your intended new user column. In the second one - hide columns to left.
    Knowing the columns number to be shown in each request you can place both request in the same row, but in different columns taking into account that between result areas should be one (or more) additional column.
    Data entered by a user will not be wiped out during query refresh or drilldown. Of course, these user data will not conform drilldown operations. So, it is not 100% solution you want.
    Another possibility, very hard to implement (if feasible at all), is to write VB code that will monitor user action and will keep data entered by a user somewhere in another sheet and restore them in proper cells after user action (drilldown). But I don't think such coding worth it.   
    Best regards,
    Eugene

  • Themes are blank when trying to make a card in iPhoto

    themes are blank when trying to make a card in iPhoto.  Cards appear blank/white, no patterns, no detail.  Tried re-downloading the latest update of iPhoto but no difference.  Any ideas?

    Greetings,
    You need to reinstall iPhoto. 
    Questions:
    What version of iPhoto are you running (iPhoto > About iPhoto)?
    What version of the Mac OS are you running (Apple > About this Mac)?
    General steps:
    Remove the following files to the trash:
    Macintosh HD > Library > Application Support > iPhoto (if present)
    Macintosh HD > Library > Application Support > NetServices (if present)
    Macintosh HD > Library > Receipts > iPhoto (anything with iPhoto in the name)
    Macintosh HD > Applications > iPhoto
    Insert the iLife install disk you have or the Applications disk that came with your computer and reinstall iPhoto: http://support.apple.com/kb/HT2604
    Once installation is complete go to the Apple > Software update and repeat this until no additional updates are offered.
    Hope that helps.

  • Adding blank column in Oracel Answers OBIEE

    Good morning.
    I am attempting to add a 3 blank columns in OBIEE and then adding a formula to one of the blank columns to do a simple math calculation between 3 other columns. I used "CAST(Null as double)" in my column formula to make it a blank column and not pulll data from the field column that I added.
    This is what I have so far:
    Column1 formula = "Cast (Null as double)"
    Column2 formula = "Cast (Null as double)"
    Column3 formula = "Cast (Null as double)"
    Column4 formula = data already included from the column that I added.
    This is what i'm trying to do:
    Column3 = (Column4 - Column1 + Column2) <----- In excel I would do something like "=D4-E4+F4" (example)
    When I do my SUM function in OBIEE and try to add the columns, it pulls in "Cast(Null as double)" and not the actual column name that I custom edited.
    Any help would be appreciate on how to add a blank column and add a simple calculation formula to calculate data from the blank columns once I export my report to excel.
    Thank you,
    Edited by: 970040 on Nov 7, 2012 8:24 AM

    Thats correct. When I export the report I want to see blank values in the columns. so when I enter data into those blank fields on my excel spreadsheet, I want the totals column to calculate according to my formula specified. My issue is when I specify a null value in my columns in OBIEE, im unable to put a formula to calculate the values in my other columns.
    This is what I have so far in OBIEE:
    Column1 formula = "Cast (Null as double)"
    Column2 formula = "Cast (Null as double)"
    Column3 formula = "Cast (Null as double)"
    Column4 formula = data already included from the column that I added with values.
    This is what I’m trying to do:
    Column3 = (Column4 - Column1 + Column2) <----- In excel I would do something like "=D4-E4+F4" (example)
    How can I add a value to my column so that when I export it to excel, the column fields will have the formula already included such as "=D4-E4+F4" and also each row formula corresponding to the correct Row Number.

  • Layout in sql report gets disturbed in case of blank columns

    Hi All,
    I have an SQL report which runs from a concurrent program.
    Problem is, if there are blank columns in the report then the data shifts to the left.
    As shown in the below table, if column Attribute 4 is null then the data for Error column has shifted to the left. The words Incorrect Data should come under heading Error whereas it comes under Attribute4.
    ASSET_NUMBER_REC ATTRIBUTE_CATEGORY_CODE ATTRIBUTE4 ERROR
    316604 ABCD Incorrect Data
    Can someone help me in correcting the report layout.
    Regards,
    Shruti

    ASSET_NUMBER_REC ATTRIBUTE_CATEGORY_CODE ATTRIBUTE4 ERROR
    316604 ABCD Incorrect Data
    Can someone help me in correcting the report layout.
    Hi
    SQL Report --- Do you mean SQL Query in such case,
    Please use NVL function on all column, which will give you proper place result.

  • How to avoid blank column display in output in ALV TREE

    how to avoid blank column display in output while decreasing the length of other columns in ALV Tree.
    Example: please refer to BCALV_TREE_01 and see the output, then decrease the length of all columns . Then you can see a blank column appearing in screen at last, i.e in container. so how to avoid that.
    Thanks for reply.
    Edited by: morpeous on Jul 1, 2009 1:53 PM

    Hi,
    Check BCALV_TREE_02 on how to hide columns.
    Thanks & Regards,
    Anand Patil

  • Display Blank Column in Bex Analyzer without Error

    Hi Experts,
    i have created a report with several columns.
    To display the coorect descrition i use a new selecion and insert the required infoobject or Key Figure" it is ok.
    Whe want to display two blank columns.
    The problem i have is that there are some errors saying i should define thoses columns.
    How to define a blank cloumn which is displaying the description but empty?
    Thank you for your Input.
    Gilo

    Inside the query designer there should be a "columns" section.  Formulas can be configured either by:
    - creating a structure (dragging a structure from the left or creating a new structure)...or....
    - dragging a key figure from the left window pane over to the "columns" section.
    - you could create a new calculated key figure or restricted key figure, but this is not necessary in our example. 
    Right click on the structure or Key Figures.  There should be 2 options:  New Selection or New Formula.  We chose new formula,  add appropriate text/heading/description and put a =0 in the formula box, prior to clicking OK.    The wider the heading text, the wider the new blank column will look.
    Then right click on the column you just created to change it's properties to = suppress result for both the "calculate result as" and the "calculate single values as"....

  • How can i delete One Blank Column in my report

    Hi guru's,
    can any one tell me .........
    i'm getting one Blank column in Query output.How can i delete that Blank Column ?
    in the same way Row  Also....
    Thanking  u advancely
    Chandra

    Here is a site with some nice sample code on deleting rows / columns : [http://www.java2s.com/Code/JavaScript/HTML/ModifyingTableColumns.htm|http://www.java2s.com/Code/JavaScript/HTML/ModifyingTableColumns.htm]
    As to where to put the code, edit your web template, then put the code in there. There are script web items that you can use, but be aware that editing javascript in the script item is not too pleasant. I have found the best approach is to rather create the javascript file on my machine, then upload it to the MIME repository, then reference that in the web template.
    Here is how I have referenced the javascript file sitting in our MIME repository:
    < script src="bwmimerep:///sap/bw/mime/Customer/javascript/CustomCalculations.js" />
    I hope this helps you out.
    Cheers,
    Andrew
    Edited by: Andrew Lewis on Jul 18, 2008 9:26 AM

Maybe you are looking for