Display Nothing in table column heding when parameter doesn't have any value

Hi,
I created one tabular report . Report has 2 parameters(ex: A and B) both have default values from two different datasets. I am using these parameters in two column headings (col1 has parameter A and col2 has parameter B) in report. My question is, if parameters(A
and B ) don't have any value from the datasets it should display "Nothing" in the table column headings(col1 and col2). If parameters(A & B) have some value(June & July respectively) it should display in table column headings(col1 and col2).
Thanks in advance,
Visu

Hi Visu,
According to your description, you want to display the value of two parameters in two column headers. Parameter A in col1, parameter B in col2. And if the parameter returns null value, it should display “Nothing” in the header. If the
parameter return a value, the value should be displayed in the column header.
If in this scenario, in order to achieve your requirement, we can refer to the following expression in the two column headers:
=iif(Parameters!ReportParameter_name.Value
is nothing,"Nothing",Parameters!ReportParameter_name.Value)
If there are any misunderstanding, please elaborate the issue for further investigation.
Thanks,
Katherine Xiong
Katherine Xiong
TechNet Community Support

Similar Messages

  • Working of serializable interface, when it doesn't have any methods

    Hi,
    I am curious about how the serializable interface is used in JVM.
    This is an empty interface. ie. it does not have any method signatures or any variables inside.
    How does java use this interface, for serializing purposes.
    Also, why should it be an interface, when its all empty.

    Such marker interfaces are just used to tell something about about a class, in this cases that the developer wants that instances of a class can be serialized. The code that handles the serialization just check s"instanceof Serializable". Of course Serializbale could look like this
    public interface Serializable
    public boolean isSerializable();
    But why make things more complicated than necessary?

  • How do I add Japanese holidays to a calendar?  Nothing appears on the calendar when I try to add any national holiday.

    How do I add Japanese holidays to a calendar?  Nothing appears on the calendar when I try to add any national holiday.

    add it to your calendar
    https://p18-calendars.icloud.com/holiday/JP_ja.ics

  • Display items which doesn't  have any posting data in report painter

    I made some reports by report painter. The problem is that when I run these reports, they can't display the items which doesn't have any posting data. But my customers want to display all items whatever it has been posted or not , can you give me the solution?
    BTW, when I made Reports by using Drilldown report, it  display all items
    Thanks and best regards!

    In the change report screen in GRR2 go to menu
    Formating--> report layout
    There in the rows tab select the radio button, Print Zero rows
    and in the columns tab select Print Zero columns radio button,
    hope this should solve the problem
    Thanks
    Naveen

  • To display the Employees who doesn't have any employee work under him?

    Hi,
    I need to display who doesn't have any employee work under him.

    If you mean table employees from the HR sample schema, then try something like:
    select a.employee_id
    from   employees a
    where  not exists ( select null
                        from   employees b
                        where  a.employee_id = b.manager_id

  • My ipod nano 6th gen doesn't start. When I plug it, only blink the apple logo on the screen. I try to reset it holding by 8 seconds start button and volume down and doesn't work. My Ipod doesn't have any shock or water damage. How can I do?

    My ipod nano 6th gen doesn't start. When I plug it, only blink the apple logo on the screen. I try to reset it holding by 8 seconds start button and volume down and doesn't work. My Ipod doesn't have any shock or water damage. How can I do?

    Hey rulosrojos,
    The article linked below details a number of troubleshooting steps that can help restore functionality to your iPod nano.
    iPod nano (6th generation): Hardware troubleshooting
    https://support.apple.com/en-us/TS3474
    Sincerely,
    Allen

  • How do I load on Office:Mac onto my new MacBook Pro when it doesn't have a disk drive?

    How do I load on Office: Mac onto my new MacBook Pro when it doesn't have a disk drive - I don't want to have to purchase another copy.

    Glad you were able to solve your problem. For the benefit of others who may find this discussion later, allow me to suggest another possibility.
    If you have access to another Mac running Lion or Mountain Lion with an optical drive, you should be able to use the Remote Disc feature to access the optical drive on that other Mac.

  • My new iphone 5s doesn't have any volume when I call someone. I can see from the screen that it's calling the person, but I can't hear anything. I also can bearly hear the person when they answer my call.

    My new iphone 5s doesn't have any volume when I call someone. I can see from the screen that it is calling them, but I cannot hear anything. Also when they answer my call, I cannot hear them.

    Turn the volume up... in call volume and sounds (ring, notifications, etc) are seperate volume controls.

  • I have a spelling app that is stuck on the screen - it doesn't have any way to close it out, and when I split the screen and go to "Finder" to remove it, it says that it can't, because the program is still open. Please help.

    I have a spelling app that is stuck on the screen - it doesn't have any way to close it out, and when I split the screen and go to "Finder" to remove it, it says that it can't, because the program is still open. Please help.

    Paul,
    I'm sure this is the correct answer, but just switched to Apple, so am just an apple seed at this point! :~)
    How do I get to the Apple Menu?
    Thanks!
    KL

  • Index on table columns that contain mixed upper- and lower- case values

    Hi,
    Can anyone tell if an indexing will benefit when column values are not consistent - some uppercase and some lowercase or mixed? The table contains 17 million rows. If index is created, it will concatenate 7 columns. When doing search, I need to have the WHERE clause like WHERE UPPER(LAST_NAME) LIKE UPPER(:P2_LAST_NAME_SEARCH) because values loaded into the table are not consistent. Does the following index help or not?
    CREATE INDEX IDX_TEST ON TABLE1(COL1, COL2, ...) TABLESPACE "INDEX";

    you can try Function Based Index for this
    cheers

  • How to hide one column in Alv if it doesnt contain any value

    Hi,
      In alv Grid if one coulmn doesnt conatin any value.I doesnt want to display in ALV grid.Is dat possible. Plz help.

    Hello Anu
    When you prepare your fieldcatalog check the column of the output itab for its contents, e.g.:
    " Itab GT_FCAT contains fieldcatalog.
    " Itab GT_OUTTAB contains ALV list data.
    " Condition: column "MY_COLUMN" should contain at least single value > 0
      LOOP AT gt_outtab TRANSPORTING NO FIELDS
                     WHERE ( my_column > 0 ).
        EXIT.
      ENDLOOP.
      IF ( syst-subrc NE 0 ).  " Column "MY_COLUMN" contains no value > 0, then hide column
        READ TABLE gt_fcat INTO ls_fcat
                  WITH KEY fieldname = 'MY_COLUMN'.
        IF ( syst-subrc = 0 ).
          ls_fcat-no_out = 'X'.  " not displayed, but visible in layout
          ls_fcat-tech = 'X'.     " not displayed, not available in layout
          MODIFY GT_FCAT FROM ls_fcat INDEX syst-tabix.
        ENDIF.
      ENDIF.
    Regards
      Uwe

  • How can I replicate a source table that doesn't have any primary keys?

    We have transactional replication setup in our workplace.
    In the source database, there are some tables that do not have any primary key.
    1) How can I get these tables to replicate in the current scenario?
    2) Is it possible to introduce foreign elements in a replicated instance of the database?
    Example, additional records in a table that don't exist in the source or additional tables in the database?

    1) You need to add a primary key to this table. There must be a criteria that the app uses to identify which row it wants to up date or delete. If not you might be able to add an identity column to the table and then add a primary key to it. If this is not
    possible you might want to use snapshot replication or CDC to do change tracking and then something like SSIS or service broker to move the change to the destination server.
    2) yes, but be careful. They should not modify the schema or the data of tables which are being replicated.
    looking for a book on SQL Server 2008 Administration?
    http://www.amazon.com/Microsoft-Server-2008-Management-Administration/dp/067233044X looking for a book on SQL Server 2008 Full-Text Search?
    http://www.amazon.com/Pro-Full-Text-Search-Server-2008/dp/1430215941

  • Why does my mac pro show 182GB of APPS on a 250GB hard drive with 190GB of space available   6.5 GB of photos when I don't have any photos on my laptop (all stored on a separate HD)

    When I go into MY MAC and bring up the storage bar chart it is showing 250GB hard drive 190GB of space 6.5GB of photos (i do not have any photos stored) 182GB of APPS (i only have what came with the laptop + I have only downloaded no more then 5GB of other APPS) the APPS green bar has grown by 10GB today even when the laptop was turned off????? any help??
    many thanks

    Normally in most cases such as yours, reindexing Spotlight will correct the problem.  Try it again.
    http://support.apple.com/en-us/HT201716
    This seems to be a common problem with Yosemite.
    If that does not correct the problem, you may try SMC and PRAM resets:
    http://support.apple.com/en-us/HT201295
    http://web.archive.org/web/20140711222006/http://support.apple.com/kb/ht1379
    (This is a guess on my part.  No harm can come to the MBP performing these resets.)
    The last option is a reinstall of the OSX.
    May I assume that the overall amount of data is correct?  If not, then we will have to look at OmniDiskSweeper and Grand Perspective.
    Ciao.

  • Why does my sound say "headphones" when I don't have any headphones in?

    I have a iPhone 4 and it's an 8GB phone, and it is updated to iOS 7.0.4. When I move the switch on the side that controls silent or ringer, it shows up on my screen saying "headphones" when I do not have headphones in. So basically I have no sound and only vibrate. But if I were to insert headphones there is sound through my ear piece as it normally should be. I had my phone in my bag and my water bottle in my bag spilt and I'm assuming I have this sound problem because it is water damaged but I'm not completely sure. I don't want to put my phone in rice, which I heard is what you're supposed to do when it is water damaged. But I don't want to because a rice can fit in the whole where you insert your headphones and I wouldn't want to get a rice stuck there. I also turned my phone off for more than 10 seconds just so it can reset, thinking maybe it was a temporary issue that could've been fixed by turning your phone off, but no, it is still broken. So how do I fix this? Is the only solution getting fixed at apple?

    Also my speakers do not work. When I receive a notification, message, or call there is no ringer and when I answer a call I cannot hear the other line. So I am pretty sure I water damaged my phone. How do I fix this?

  • Table of Varchar as parameter doesn't work

    hey everyone!
    I have a little problem, again...
    I have a procedure which takes 2 parameters, one is a table of varchar2.
    if i try to run the procedure i get a PLS-00306
    Here my Code
    Package:
    PACKAGE RESULT.TESTPack IS
    type aVARCHAR2 is table of varchar2(255) index by binary_integer;
    PROCEDURE TESTPROD (P_STRINGS IN aVARCHAR2,
              P_NUMBER OUT NUMBER);
    END TESTPack;
    Body:
    PACKAGE BODY RESULT.TESTPack IS
    PROCEDURE TESTPROD(P_STRINGS IN aVARCHAR2, P_NUMBER OUT NUMBER) IS
    BEGIN -- executable part starts here
              P_NUMBER := 0;
              --FOR i in P_STRINGS.FIRST..P_STRINGS.LAST
              --LOOP
                   P_NUMBER := P_NUMBER +1;
              --END LOOP;
    END TESTPROD;
    END TESTPACK;
    Testprogram:
    declare
         type aVARCHAR2 is table of VARCHAR2(255) index by binary_integer;
    input aVARCHAR2;
         id number;
         i number;
    begin
    id := null;
         for i in 1..5
         LOOP
              input(i) := 'Test';
         END LOOP;
    result.TESTPACK.TESTPROD (input, id);
    dbms_output.put_line('id = ' || to_char(id));
    end;

    You are using not the correct type. Your type aVarchar2 inside the package and in the anonymous block are two very different types, but defined the exact same way.
    You have to use the type from the package ie.
    declare
      input    testpack.avarchar2;
      id       number;
      i        number;
    begin
      id := null;
      for i in 1..5 loop
        input(i) := 'test';
      end loop;
      result.testpack.testprod (input, id);
      dbms_output.put_line('id = ' || to_char(id));
    end;

Maybe you are looking for