Hide column until you select drill down to see details.

I am relatively new to SSRS, so please excuse my ignorance. I am using Visual Studio 2012 and the Business Intelligence templates to build a report. 
I currently have a report thats grouped on Doctor and in my tablix I have various columns selected. In my tablix, I have a field called Ticket Number and I really
would not like to see this column at all until I hit the "+" (plus) sign on the providers name to drill into the details. The top display they see when they first run the report is the summary and when they hit the plus, thats when i would like
to see the ticket number displayed. Is that possible and if so, how? 
Thanks!

Hi Jeffs1977,
According to your description, you want to add drill down action to the report, when you preview the report, column of Ticket Number is hidden, after you click plus sign on provider, the column will be displayed. If that is the case, please refer to the
following steps:
Right-click column of Ticket Number, click Column Visibility.
Select Hide in the When the report is initially run section.
In Display can be toggled by this report item drop-down list, select the textbox name which “Provider” is located.
The following screenshots are for your reference:
If you have any more questions, please feel free to ask.
Thanks,
Wendy Fu
Wendy Fu
TechNet Community Support

Similar Messages

  • How to Hide/show the columns data while doing Drill down or drill up

    Hi ,
    How to Hide/show the columns data while doing Drill down or drill up in webi report .
    Does it possible BO 3.1 version ?
    Please suggest me on this.
    Thanks & Regards
    Venkat

    While that is not there yet, you can make use of the show when empty yes/no in combination with alerters.
    So I have an alerter applied to every cell of the table.
    When a condition is true (say I drilled down) I just put = "" in every cell, emptying the table,
    because its now empty and doesn't need to show, it wont.
    For the detail table I use the opposite, so when you drilled down it becomes visible...
    Hope this helps all that do not have 40 yet
    Good luck,
    Marianne

  • Column selector addition on drill down.

    Hi,,
    Problem: Can we dynamically add column selectors for those column which appear after drill down...
    Details:
    we have a report where we have 3 columns,
    A, B
    1st & 2nd columns have selectors on them...
    1st col -> Select A or B
    2nd col -> Select B or A
    now if i drill on col 1 i get
    A, C , B
    Can i some how put a column selector on top of it to slice n dice the report..
    I.e. now i get
    1st col -> Select A or B Or C
    2nd col -> Select B or A or C
    3rd col -> Select C or A or B
    Thanks,
    Dev

    No i want it on the report level & dont want to change the navigation path...
    For ex: i have a column whihc has a column selector. I click on the data in it & I get the next level on the report.
    Year
    Year --> Quarter
    now I want a column selector for the next level too. Can we manage doing this on drill down.?
    Thanks,
    Dev

  • BEx analyzer don't work move columns in report (like drill down)

    Hi
        I have an issue on BEx Analyzer...    When I built one report... add some characteristics and soo on... but then I need to move the order of columns... then I try to drill down.. or move to order of column... It doesn´t work,
        I did this function before.. when the poin of the mouse it's convert with other draw... like -->
                                               <--
        But this time it's not possible...
        Then If I press the icon that say design mode... I saw that the option of navigation is active... and when I close the design mode... the functionality of move columns work...:(
        It's difficult that each time that the user need to move columns in Bex will go to design mode... just for activate.. 
        I know thta we have some function on context menu.. for move columns one by other... but not for certain position..
        Could you help me please?
        I will appreciate your help and I will assign points for your answers.
    Alice

    Hi Alice,,
    This happens some time, when i am unable to drill down by just dragging and dropping the columns. though i could not find out why. Best thing, what i do, i refresh the query and next time it works Ok.. and other th ing what you can do, right click, on the characteristics list on the left pane, go to "change drilldown", then " drill down by" there the user can select the option he is looking in for.
    Hope this helps.
    Shakeel.

  • In OBIEE charts, how do you make drill downs work on custom formulas?

    I posted this over on Linked In and didn't get an anser, so I'm hoping someone here has an answer.
    I'm writing a summary query / chart for a dashboard in OBIEE 10.1 with a drill down (technically it's a "navigation") for more information. This chart breaks down the data by fiscal quarter and by geography (both are columns in the subject area) and I can get this drill down to work just fine. But I also have this chart broken down by some custom calculated fields (CASE WHEN statements) that classify revenue into Forecast / At Risk / Upside etc. (which are not columns or values of columns within the subject area).
    When I add a drill down or navigate function onto those calculated columns, I'm getting a full data set ... not a filtered data set for that particular calculated field. (Yes, I have all of the IS PROMPTED filters set up correctly, and yes the formulas in the source and destination queries are identical).
    Does anyone have any ideas on how to make the drill down or navigation work on custom formulas?
    Thanks
    Ted

    Using the Paint demo
    Report 1 Saved as: */shared/Paint Demo/Sample Analyses/Color Analysis*
    <saw:report xmlns:saw="com.siebel.analytics.web/report/v1" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:sawx="com.siebel.analytics.web/expression/v1" xmlVersion="200705140">
    <saw:criteria xsi:type="saw:simple" subjectArea="Paint">
    <saw:columns>
    <saw:column formula="case WHEN Markets.Region IN ('CENTRAL REGION', 'EASTERN REGION') then 'East Central' WHEN Markets.Region IN ('SOUTHERN REGION', 'WESTERN REGION') then 'South West' else Markets.Region end" columnID="c4">
    <saw:tableHeading>
    <saw:caption>
    <saw:text>Markets</saw:text></saw:caption></saw:tableHeading>
    <saw:columnHeading>
    <saw:caption>
    <saw:text>Region</saw:text></saw:caption>
    <saw:displayFormat interaction="default"/></saw:columnHeading>
    <saw:displayFormat suppress="default" interaction="navigate" wrapText="true">
    <saw:navigation xsi:type="saw:sawNavLink">
    <saw:navTargets>
    <saw:navTarget xsi:type="saw:reportLink" path="/shared/Paint Demo/Sample Analyses/Color Analysis Navigate"/></saw:navTargets></saw:navigation></saw:displayFormat></saw:column>
    <saw:column formula="&quot;Sales Measures&quot;.&quot;% Chg Year Ago Dollars&quot;" alias="" columnID="c3"/></saw:columns>
    <saw:columnOrder/>
    <saw:filter subjectArea="Paint">
    <sawx:expr xsi:type="sawx:special" op="prompted">
    <sawx:expr xsi:type="sawx:sqlExpression">case WHEN Markets.Region IN ('CENTRAL REGION', 'EASTERN REGION') then 'East Central' WHEN Markets.Region IN ('SOUTHERN REGION', 'WESTERN REGION') then 'South West' else Markets.Region end</sawx:expr></sawx:expr></saw:filter></saw:criteria>
    <saw:views currentView="0">
    <saw:view xsi:type="saw:compoundView" name="compoundView!1" rptViewVers="200510010">
    <saw:cvTable>
    <saw:cvRow>
    <saw:cvCell viewName="Title"/></saw:cvRow>
    <saw:cvRow>
    <saw:cvCell viewName="Table"/></saw:cvRow></saw:cvTable></saw:view>
    <saw:view xsi:type="saw:tableView" deck="bottom" headingDisplay="table2Rows" visibleFormats="all" name="Table" rptViewVers="200510010"/>
    <saw:view xsi:type="saw:titleView" name="Title" rptViewVers="200510010"/></saw:views>
    <saw:prompts/></saw:report>
    Report 2 Saved as: */shared/Paint Demo/Sample Analyses/Color Analysis Navigate*
    <saw:report xmlns:saw="com.siebel.analytics.web/report/v1" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:sawx="com.siebel.analytics.web/expression/v1" xmlVersion="200705140">
    <saw:criteria xsi:type="saw:simple" subjectArea="Paint">
    <saw:columns>
    <saw:column formula="Markets.Region" columnID="c5"/>
    <saw:column formula="&quot;Sales Measures&quot;.&quot;% Chg Year Ago Dollars&quot;" alias="" columnID="c3"/></saw:columns>
    <saw:columnOrder/>
    <saw:filter subjectArea="Paint">
    <sawx:expr xsi:type="sawx:special" op="prompted">
    <sawx:expr xsi:type="sawx:sqlExpression">case WHEN Markets.Region IN ('CENTRAL REGION', 'EASTERN REGION') then 'East Central' WHEN Markets.Region IN ('SOUTHERN REGION', 'WESTERN REGION') then 'South West' else Markets.Region end</sawx:expr></sawx:expr></saw:filter></saw:criteria>
    <saw:views currentView="0">
    <saw:view xsi:type="saw:compoundView" name="compoundView!1" rptViewVers="200510010">
    <saw:cvTable>
    <saw:cvRow>
    <saw:cvCell viewName="Title"/></saw:cvRow>
    <saw:cvRow>
    <saw:cvCell viewName="staticchart!1"/></saw:cvRow>
    <saw:cvRow>
    <saw:cvCell viewName="Table"/></saw:cvRow></saw:cvTable></saw:view>
    <saw:view xsi:type="saw:tableView" deck="bottom" headingDisplay="table2Rows" visibleFormats="all" name="Table" rptViewVers="200510010"/>
    <saw:view xsi:type="saw:titleView" name="Title" rptViewVers="200510010"/>
    <saw:view xsi:type="saw:staticchart" name="staticchart!1" rptViewVers="200510010">
    <saw:template tid="charts/pie.cxml"/>
    <saw:canvasFormat/>
    <saw:selections>
    <saw:categories>
    <saw:category position="0">
    <saw:constant value="1"/></saw:category></saw:categories>
    <saw:measures>
    <saw:column columnID="c3" position="0"/></saw:measures>
    <saw:seriesGenerators>
    <saw:column columnID="c5"/>
    <saw:measureLabels/></saw:seriesGenerators></saw:selections></saw:view></saw:views>
    <saw:prompts/></saw:report>
    The first report navigates and prompts the second report on the calculated field.
    Regards
    Chris

  • How does OBI decide what column to display when drilling down on hierarchy

    Hi All,
    Lets say I have a logical table called Custom_Account which has Level 1 through 10, where 1 being the total level and 10 being the detail level. I have created a level based hierarchy.
    On the total level, lets say I have 2 columns called Hier1_code and Hier1_name, and in the next level, I actually have four columns, Hier2_code, hier2_name, hier2_desc, hier2_details.
    Now what configuration settings do I need to make in order for OBIEE to display all the fouce columns from level 2 when a user clicks on a column from level1?
    Meaning, how do I define the columns that would be displayed upon drilling down from a parent level to child level.
    Can someone please give some clear explanation, as I am confused here.
    Thank you,
    Peter.

    Hi Peter,
    After you have defined a hierarchy, you could open the properties of any level in the hierarchy and set the 'Use for Display checkbox' in the "Keys" tab for all the columns you would like to be displayed at this level.
    Hope this helps.
    Thank you,
    Dhar

  • Reorder key columns in "Use for Drill down" option

    I have Product Detail as the leaf hierarchy level which has Product Id and Product Name are both selected as Logical Key.
    When I drill down to this level in Answers, I see both Product Id and Product Name as expected. However I see Product Name as first column followed by Product Key.
    Is there a way to change this default behaviour and make Product Key column as first column followed by Product Name?

    Hi Prassu,
    I had done that and it did not help. I marked the ProductKey&Name column as Primary Key in both the Logical table as well as Dimension Hierarchy level.
    I can drill down from Product Category to Product Type. But Product type does not come up as Hyperlink to be able to drill down to ProductKey&Name.
    If I make the Product_Id as the primary key then drill down works fine. But with the derived logical column "ProductKey&Name" it does not work.
    Any ideas?

  • Please help me on the data selection - drill down

    Can any one please help me,
    I'm struggling with the data selection. I trid to finding the solution all the way but no hopes.
    see below are my data sets:
    1) from this table i have to plot piechart.
    Division Name                   Percentage
    AMESA                            1.79%
    ANZ                            1.79%
    Central                            5.36%
    Commercial                            8.93%
    Eastern Europe                   1.79%
    Greater China                     3.57%
    Italy                           10.71%
    Japan                            35.71%
    Latin America     12.50%
    Mid Atlantic/South     1.79%
    Northeast                           3.57%
    NY/NJ                           1.79%
    SE Asia                           7.14%
    TME                           3.57%
    2) this below table is having the data same as "diivsion" above and their coerponding "Product" with its counts.
    Here i want plot the bar chart with product and its counts. and also this chart should display only the products for the division selection above.
    I mean that, when the users clicks the particular "division" then the coreponding "products" should only be displayed on the bar chart.
    Division Name     Product                 Escalations
    AMESA                          CLARiiON                          1
    ANZ                 Replication Manager     1
    Central                    ControlCenter                          1
                         Open Replicator                          1
                                Symmetrix                          1
    Commercial                             CLARiiON     
                                 Disk Library                    2
                                 Celerra                         1
                                 PowerPath                         1
                                 Symmetrix                          1
    Eastern Europe         Celerra                     1
    Greater China         CLARiiON     
                               RecoverPoint     1
                                   Symmetrix     1
    Italy                               CLARiiON                          2
                                 Disk Library     1
                               Invista                         1
                                Networker                         1
                              RecoverPoint                         1
    Japan                        PowerPath     
                            CLARiiON                         5
                            Disk Library                          3
                            Symmetrix                 3
                             Celerra                         2
                    Replication Manager                  2
                         Avamar                      1
                           Centera                      1
                          Connectrix                       1
                            ControlCenter                       1
    I can't try using dynamic visibility with the pie chart and bar chart. because my dashboard is having multiple tabs so i want to use the dynamic visibility there.
    any help appreciated.
    Thanks,
    rdc422
    Edited by: rdc422 on Aug 24, 2009 12:18 PM

    Radha,
    Looks like you are still facing problem with dynamic visibility, i had sent the xlf file to your email.
    I created drill down for
    Japan
    Commercial
    Central
    Similarly you can do it for others.
    -Anil

  • Selective drill down based on particular values

    Hi,
    I would like to know if it is possible to enable drill down only to certain values in a column and the other values in that column should not have the option for a drilldown(hyperlink should not be enabled).
    PS: dimensions are established correctly in the RPD. All other conditions are satisfied.
    Col1
    val1<hyperlink enabled>
    val2<no hyperlink>
    val3<no hyperlink>
    val4<hyperlink enabled>
    Now val1 and val4 should have drilling option. Is this possible in 10g/11g ???
    Thanks for your time and help....
    Kiran

    Hi,
    In obiee11g it's possible u r use Action Link method with conditional option. refer my below screen short.
    http://imageshack.us/photo/my-images/687/actionlink.jpg/
    i have implemented this method and it's working fine.
    Refer: action link method:
    http://siebel-essentials.blogspot.com/2010/09/11-obiee-11g-tips-7-action-links.html
    http://www.rittmanmead.com/2010/07/obiee-11gr1-action-framework-and-conditions/
    THanks
    Deva
    Edited by: Devarasu on Dec 9, 2011 1:17 PM

  • Unable to  drill down and see the options in  DBACOCKPIT

    Hi All;
    I am unable to drill down any of the options in DBA COCKPIT.i am able to view st03,st04 and database backup is fine even in db13.Let me know what can be done to to do configuration of DBA COCKPIT and if i click configuration am unable to do anything with active and inactive systems
    Below is the error am getting::
    Object CL_DB6_SYS: Method call GET_FIRST_AVAILABLE_SYSTEM failed with return code = System not found.
    Message no. DB6PM001
    Regards
    Ram

    Hi, Make sure you have the latest DBA Cockpit Collection version installed via transaction => snote.
    1456402 DBA Cockpit Correction Collection SAP Basis 7.02 / 7.30
    regards

  • I just bought an App that has a 7 day guarantee.but I do not have one of the pre-requsites to use it. ( An Amazon store) But that wasn't mentioned until you read way down the page. I can't seem to find where to quickly get a refund started.

    How to get a refund when you have a 7 day guarantee or money back....I want a refund after 7 minutes. It is an App that will not work as I do not have an Amazon Store.

    As far as Apple are concerned all App purchases are final and non-refundable (they have sometimes refunded where the purchaser has made an error but it's entirely discretionary).
    Any 7-day guarantee is up to the program's author and it is them you would have to contact.
    If you want to try with Apple, go to https://expresslane.apple.com ; select 'All Products and Services' in the first column, 'iTunes' in the second column and then 'iTunes Store' in the third column. There's no harm in asking, but do be aware that they are under no obligation.

  • The order of columns in the report/drill down

    By using the command SAPBWGetDataProvider I can get a list of characteristics/structures and whether they are in the rows or columns but.....
    Is there any way to see the order, IE is there any way to extract the information to say Material Type is in the first column, Plant is in the second column etc....?
    Any help will be appreciated.
    Cheers
    Shep.

    FYI: Found the answer, it was in position 19 if position 4 is filled with an X(Row) or Y(Column).
    Shep.
    Message was edited by: Neal Sheppard

  • Drill down of manual cross tab reports with Multi variable subreports

    I tried to make a subreport by setting the hyperlink on the group sum of a manual crosstab (http://www.tek-tips.com/faqs.cfm?fid=1219) by setting Hyperlink to another report object.
    The documentation said I should copy and paste the name of the report object in the sub report over into the field in the primary report.  As I don' t really know what a report object is this failed.  Further I found some code in a sample report to deal with subreports that have multiple parameters.  The code was unbelievable; it couldn't be right.  So, how do I link my subreports to my reports by passing two parameters to the subreports that represent the row and column label of a given sum.
    Further what are the fields in the hyperlink another report object from for:
    Select from: //do they want a query here?
    Report title: //The don't let you type in this
    Object Name: //This seems elective
    Data Context:// No clue on this either
    Thanks for any help you can provide
    p.s. This forum doesn't seem to use traditional bit code

    Thanks for the reply.  I looked through those samples and other samples.  The two cross tab samples I could find were CtossTab and Inventory CrossTab.  Neither has a hyperlink to a sub report and I believe those were actual cross tabs, not manual crosstabs.  When I scoured the web for an answer, all I could find was what was linked.  This is going 20 pages deep on google.
    Crystal crosstabs are 98% better than the excel power pivot or pivot table.  However, with Excel, you can drill down to the details automatically.  With crosstabs you can't.  I was hoping to replicate this by making each summary in the manual cross tab a hyperlink to a sub report that filters the details based on the row and column just as excel does.  There is no sample for this.
    Oh yes, I'm using CR XI

  • Drill down hide/show report on same page

    Hi,
    Is it possible to create a drill down report where instead of linking to new pages, the details can be displayed using hide/show buttons on the relevant columns? For example, if you have the following fields:
    Region
    Country
    Division
    Account
    Order
    Product ID
    Product Price
    Would it be possible to ,by default, have the report only show distinct regions. By clicking an expand button on a particular region, it's countries are displayed. By clicking an expand button on a country, its divisions are displayed,etc., eventually being able to drill down to order details.
    This seems similar to a tree to me, although I have not used trees before. However, from the way I understand the structure of hierarchy in trees, the way this data is structured it would not be possible through a tree.
    Any ideas? If not I can just settle on a standard drill down report with links to new pages, but if the above is possible it would work much better for my users.
    Thanks

    FJW,
    Yes, it's possible. We typically refer people to this demo from Carl to get an idea of how it can be accomplished:
    http://htmldb.oracle.com/pls/otn/f?p=11933:13
    Regards,
    Dan
    http://danielmcghan.us
    http://sourceforge.net/projects/tapigen

  • [Extend DBI] specify the drill-down report for the custom report column

    Hi,
    I realized two custom reports by using the extend DBI tools:
    1st report displays the sum of invoices amounts grouped by Operating Units.
    2nd report display the details of invoices for all Operating Units
    In the 1st report I specified a link on the column Operating Units to drill-down at 2nd report.
    The problem is how specified the drill-down link so that the 2nd report display only the detail of invoices for the selected Operating Unit?
    Thanks.

    Adding the time dimenstions like Year, Quarter, Period, Week is quite possible.
    Steps would be:
    1. make sure your data source (Table/View has these columns). If you don't have them you can generate them by joining the date of the data table with FIII_TIME_DAY.
    2. Map these new columns to appropriate Dimesnions. (Lile Enterprise Year, Enterprise Quarter etc.)
    Once you have done these two your report will work for the Time Dimensions.
    I dont think its possible to get the Prior Period functionality unless you use a generated datasource.
    Regards,
    Sudeep

Maybe you are looking for