• DupeNukem
  • NEWBIE
  • 0 Points
  • Member since 2008

  • Chatter
    Feed
  • 0
    Best Answers
  • 1
    Likes Received
  • 0
    Likes Given
  • 5
    Questions
  • 10
    Replies

I am using the Google Charts API in a Formula Text field on the Account Page Layout using the IMAGE () function; however, I am getting the "Security Information: This page contains both secure and nonsecure items.  Do you want to display the nonsecure items?" pop up window every time I access the Account Page.

Is there a way around this so that the pop up does not display?

Thanks, Lori

Basically, I'm trying to display a simple line chart on a VF page.

I'm open to any working approach.
Here's what I've tried so far:

- Pure javascript chart
- Using dojo library
- Flex inside an S-Control

Sadly, I couldn't make any of above work :-(

Any working sample, a guideline or a tip would be greatly appreciated!

AK.
I'm new to Visualforce and Apex, and I'd appreciate any help on my problem...

Basically, I have a new Visualforce page that I created (let's call it "OppAnalysis").  The page gets passed a query string parameter based on the Account Name / Account ID.  (This page launches from a custom link on the Account Record.)

What I'd like to do is create a defined set of queries in Apex  (maybe 15 queries in all) and then have those queries generate lists/arrays on the fly, using the current Account Name / Account ID as a "key" (when the Visualforce page is loaded).  Each query would generate a list/array of data.  I want that information to display on the Visualforce page in the specific sections I define (either under a PageBlock or in a PageBlockTable / PageBlockDataTable).

So far I've been able to get the page to display simple Account information and a related list of all Opportunities with no problem, but I really only want to display Opportunities that meet certain criteria.

1) Is this possible?
2) If so, can you provide any sample code for displaying a query result in visualforce (specifically as it relates to a list/array). 

THANKS!
Hi -- I'm very new to Apex development so need to know if the following is possible, and if so, any tips for implementing.

I am trying to build a Visualforce page that displays the results of a pre-defined set of SOQL queries.  The queries are similar in structure to basic Opportunity reports, but rather than create reports, we want to display the results under a PageBlock or some other section / grouping, and display all results for our queries on one page.

The idea would be that the Visualforce page (let's just call it "apex/OppAnalysis") would be launched from a link on the Account record.  The link would push the Account ID/Account Name from the record it came from. The page would then do a search for all Opportunities that meet the query parameters and then display those Opportunities on the page under desired sections.

The idea would be for the Visualforce page to be populated with a particular Account Name / Account ID  and then displaying the Opportunities related to that Account on the page.  Obviously, we don't want ALL Opportunities, just those that meet a specific list of criteria like "Opportunities Created Last 30 Days", "Won Opportunities for Current Fiscal Year", etc.

The question is: How do I get the SOQL results to display on the screen?  Ideally, we'd like to have them show up in a list format, in a table, or perhaps as links that the user can click on to get more information.  However, I'm unsure if this is possible and if so, what functionality I need to leverage to get this done.

Thanks for any ideas.
I just watched the Winter '09 Preview Webinar and learned that I need to create a new Developer Org to get the new features. Fine, but how do I delete my current dev org so I can use the same username and email address?
Hi
i want to have a field change automatically if the date has passed.

im trying to use this

IF( today() - ETD__c 0 , Alerts_if_any__c ="Date Passed",Alerts_if_any__c =" x")
its not giving an error, but for somereason its not doing anything at all

can anyone help plz

thanks
Is there a way to change the layout of the Opportunity Home Page? Specifically, I want to change the list of Reports that is displayed at the bottom of the page.

Many thanks in anticipation