web
You’re offline. This is a read only version of the page.
close
Skip to main content
Community site session details

Community site session details

Session Id : tMcm/z5ULDw8wH6EmCZKGu
Power Apps - Building Power Apps
Answered

sum datacard values and limit sum to be less than 100%,

Like (0) ShareShare
ReportReport
Posted on 22 Aug 2022 15:14:05 by 82

Dear Power Appers, 

 

I want to set a pop-up window or Error message to remind the user, the summation of all datacard values do not equal to 100% and the user should check it and submit again. 

How can I do this?

 

I have over 20 datacards in the EditForm. User will only enter values in some of the datacards. Before submitting, the App should check the total of input values. It can only be submitted if the total value is equals to 100%. 

 

I know there is a fx function of SUM but how exactly can I use it? 

 

Thanks in advance. 

 

Best regards,

explorer G

 

I have the same question (0)
  • exploringG Profile Picture
    82 on 23 Aug 2022 at 07:20:14
    Re: sum datacard values and limit sum to be less than 100%,

    Hi @NandiniBhagya20 ,

     

    It worked like a charm! Thank you!!

  • Verified answer
    NandiniBhagya20 Profile Picture
    4,667 Super User 2024 Season 1 on 22 Aug 2022 at 15:29:08
    Re: sum datacard values and limit sum to be less than 100%,

    Hi,

    you will have to use

    If(Sum(Value(DataCardValue1.Text), Value(DataCardValue2.Text))<>100, Notify("Message - sum should be 100), SubmitForm(Form1))

Under review

Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.

Helpful resources

Quick Links

Responsible AI policies

As AI tools become more common, we’re introducing a Responsible AI Use…

MS.Ragavendar – Community Spotlight

We are honored to recognize Ragavendar Swaminatha Subramanian as our September…

Leaderboard > Power Apps

#1
WarrenBelz Profile Picture

WarrenBelz 936 Most Valuable Professional

#2
Michael E. Gernaey Profile Picture

Michael E. Gernaey 375 Super User 2025 Season 2

#3
MS.Ragavendar Profile Picture

MS.Ragavendar 330 Super User 2025 Season 2

Last 30 days Overall leaderboard
Loading complete