• Antonio Ferrero
  • NEWBIE
  • 20 Points
  • Member since 2015


  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 2
    Questions
  • 4
    Replies
Hello, I have been facing some problems checking the challenge:
User-added image

I have tried different combinations for the amount 25000 -> 25,000 ->25.000 and changed the locale settings but I have not been able to pass the challenge.
This is the configuration of the report:
User-added image
If you could help would be really appreciated.
Thanks in advance.
 
Hi, I have been trying the "Using expressions challenge" of the lightning module and when I check the challenge I receive the next message:

Challenge not yet complete... here's what's wrong: 
The component is not defining an attribute

And here is my component:
<aura:component implements="force:appHostable">
    <aura:attribute name="DayOfTheWeek" type="String" default="Monday" /> 
    <aura:if isTrue="{!v.DayOfTheWeek=='Monday'}">
    Today is {!v.DayOfTheWeek}
        .........
    </aura:if>
</aura:component>

So, basically I don´t know what the error message refers to.

Thanks in advance.
Hello, I have been facing some problems checking the challenge:
User-added image

I have tried different combinations for the amount 25000 -> 25,000 ->25.000 and changed the locale settings but I have not been able to pass the challenge.
This is the configuration of the report:
User-added image
If you could help would be really appreciated.
Thanks in advance.
 
Hi, I have been trying the "Using expressions challenge" of the lightning module and when I check the challenge I receive the next message:

Challenge not yet complete... here's what's wrong: 
The component is not defining an attribute

And here is my component:
<aura:component implements="force:appHostable">
    <aura:attribute name="DayOfTheWeek" type="String" default="Monday" /> 
    <aura:if isTrue="{!v.DayOfTheWeek=='Monday'}">
    Today is {!v.DayOfTheWeek}
        .........
    </aura:if>
</aura:component>

So, basically I don´t know what the error message refers to.

Thanks in advance.