Indicator & value in same cell
please how can i put the value of a field and his indicator in the same cell? Searching on ineternet i only found examples with indicators in the cells but not the both. I don't want to put the indicators in a separat column . the cell should look like this: 100 € -> Thanks! Newfon
December 16th, 2010 7:17am

please how can i put the value of a field and his indicator in the same cell? Searching on ineternet i only found examples with indicators in the cells but not the both. I don't want to put the indicators in a separat column . the cell should look like this: 100 € -> Thanks! Newfon I don't think this would be possible... you could put the value in the Tool Tip so they could see the value onMouseOver =FormatCurrency(Value)
Free Windows Admin Tool Kit Click here and download it now
December 16th, 2010 8:57am

Hi Newfon, As workaround to put the data field and indicator in the same cell, we can use a Rectangle to contain them. Please refer to the following steps: 1. Add a Rectangle to a cell in the detail row in the Tablix. 2. Add a Textbox to the Rectangle, and specify expression to the Textbox based on your needs. 3. Add an Indicator, and configure its properties. 4. Adjust the size and locations of the Textbox and Indicator to make them fit the cell. Thanks, Tony ChainTony Chain [MSFT] MSDN Community Support | Feedback to us Get or Request Code Sample from Microsoft Please remember to mark the replies as answers if they help and unmark them if they provide no help.
December 20th, 2010 1:51am

Hello, You can use a single cell for diaplying the column value and the indicator you want. =Format(Fields!Column1.Value, "Format") + " " + "Indicator" Hope its clear & helpful....Pavan Kokkula Tata Consultancy Services.
Free Windows Admin Tool Kit Click here and download it now
December 20th, 2010 2:10am

Hello, You can use a single cell for diaplying the column value and the indicator you want. =Format(Fields!Column1.Value, "Format") + " " + "Indicator" Hope its clear & helpful....Pavan Kokkula Tata Consultancy Services.
December 20th, 2010 2:10am

This topic is archived. No further replies will be accepted.

Other recent topics Other recent topics