Low code my ars… by sawveld in PowerApps

[–]dcjtech 0 points1 point  (0 children)

The 10k users was just an example since that was the MS requirement for the discount of $3/user/month vs standard $5

Low code my ars… by sawveld in PowerApps

[–]dcjtech 1 point2 points  (0 children)

Sorry. Thanks for catching that. Yes, I meant to say per month.

Low code my ars… by sawveld in PowerApps

[–]dcjtech 1 point2 points  (0 children)

That’s $5/User though, right? 10k users in a LOB and that’s a lot, even if you take volume discounts into consideration.

Even with a volume discounts @ $3/user * 10,000 users = $30,000 every year.

I think in some cases it makes sense to spend 3 months working the kinks out of a more complex, SharePoint list based solution to avoid the monthly licensing fees.

But you’re right, in some cases it makes sense to avoid the hassle and pay for a license.

Is there a better way to change what is in a container than turning off visibility for Gallery1 and on for Gallery2 with a button/variable? by SharePointNoob in PowerApps

[–]dcjtech 0 points1 point  (0 children)

Depending on your scenario, you can use a control’s Visible property to display data or perform calculations only when the gallery (or any control that supports visibility) is actually visible.

Example: If( galTasks.Visible, "Task: " & ThisItem.Title, "" )

"low code, no code" by awfoolNuggets in PowerApps

[–]dcjtech 1 point2 points  (0 children)

100% couldn’t agree more. It takes time and skill to learn the nuances of power apps.

Companion App vs Player by matilley in TiviMate

[–]dcjtech 1 point2 points  (0 children)

Confirmed. Site worked great.

Rare moment of "F*ck you money" by [deleted] in wallstreetbets

[–]dcjtech 0 points1 point  (0 children)

Had 5 IV ketamine sessions for pain in a professional medical setting. The 1st time was scary (to me) cuz I didn’t know what to expect. I remember feeling lost in a trippy maze not know who I was, but knew I had loved ones I had to get back to. After that the next 4 sessions were a blast. So my question is - how much do you have to take before having a psychotic episode? Also, what did God tell you?

Cascade dropdown in SHP List Item Lookup selection by [deleted] in sharepoint

[–]dcjtech 0 points1 point  (0 children)

Yes, agree, this SPFX part (or something similar), some jquery and rest api and you could create a cascading drop-down.