• ADMIN DMI
  • NEWBIE
  • 10 Points
  • Member since 2014

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 5
    Questions
  • 1
    Replies
Hi 
 
I have 6 field in report tabs and when i run the report tab and go to printable view an excel sheet generated in that thos field are displayed in row wise but it should display in column-wise . 

Any ideas how/if this can be done?

Thanks in advance 
Hi 


How to Change the Field Name in Report Tab .Can we change it dynamically.

Thanks In Advance.
Hi
I created customs field(Forecast_Revenue_Month1__c) in opportunity with data type (currency).
I need to assign  name for field with out affect value.(I would like to get the result as below img)

User-added image

My apex class code
opp.Forecast_Revenue_Month1__c= 'January';
And my VFP
<apex:inputField label="{!opportunity.Forecast_Revenue_Month1__c}" value="{!opportunity.Forecast_Revenue_Month1__c}" </apex:inputField>

But i got type conversion error on this?
can any one help me out ?
I have 3 textbox and a dropdown VALUE(1,2,3).if i select dropdown VALUE:1 it should show me A,B,C Textbox ,if i select dropdown VALUE:2 it should show me D,E,F Textbox ,if i select dropdown VALUE:3 it should show me G,H,I Textbox .How to achieve this.Thanks in advance. 
Hi

I Got this error when i tried to save apex page in developer console , can any one please help me out.

User-added image

I have 3 textbox and a dropdown VALUE(1,2,3).if i select dropdown VALUE:1 it should show me A,B,C Textbox ,if i select dropdown VALUE:2 it should show me D,E,F Textbox ,if i select dropdown VALUE:3 it should show me G,H,I Textbox .How to achieve this.Thanks in advance.