• ALI WAHEED
  • NEWBIE
  • 5 Points
  • Member since 2014
  • Salesforce Amdin
  • Garretson Resolution Group

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

I'm trying to complete the BA specialist super badge and seeing an error on the third challenge re: Reports. Code TCMQPKIU . This is a new dev org for this challenge. Please let me know what to do.

Thanks
User-added image

Hello - 

We have new price structure for our 2015 Servces, which was rolled out on 09/08/2015. And we have a 2015 New Fee Date field which captures the Date the client was informed of this new price structure. So, in case they sent us a case before we cound introduce our new price structure, they will not be charged the new fee. 

I am having to generate a report to only show the Cases that came in After the 2015 New Fee Date. Somehow i keep getting all the cases that came in before the 2015 New Fee Date. I may need to create a field that catches the cases after the new date.. So, I may need a formula to add the number of cases. Can you please guide. 

Thank you.
I am in report builder challenge in Trailhead.Struck up in using filters.
"The report should have filters for opportunities of an Amount greater than $25000 USD and opportunities where the Stage is not equal to Closed Won or Closed Lost."
I need Help converting 2016-01-08T19:00:00 to 01/08/2016

I want to truncate the time (19:00:00 )

This is what I wrote:
 
<apex:column headerValue="Event Date">
                           <apex:outputText value="{0,date,MM'/'dd'/'yyyy}">
                            <apex:param value="{!listMysticsmailMap[m].eventDateTime}" />
                        </apex:outputText>
                     </apex:column>



However, I get the following error: Content cannot be displayed: The value attribute on <apex:outputText> is not in a valid format. It must be a positive number, and of type Number, Date, Time, or Choice.

I then tried
 
<apex:outputText value="{0,date,MM/dd/yyyy}">



That didn't work either
 

I'm trying to get through the Business Administration Specialist Superbadge. I created a new Playground org and have made it through the first two parts of the challenge just fine. On the 3rd challenge check I got this error message several times:

Challenge Not yet complete... here's what's wrong:
There was an unexpected error while verifying this challenge. Usually this is due to some pre-existing configuration or code in the challenge Org. We recommend using a new Developer Edition (DE) to check this challenge. If you're using a new DE and seeing this error, please post to the developer forums and reference error id: CWOSMOTM

What can I do? This is a brand new Playground just for this Superbadge. Please help!!!

Katy