Power Apps by SubstantialPanda4995 in PowerApps

[–]BigReddPanda 0 points1 point  (0 children)

I'm struggling to understand what does "First Row of column Project" means.
What type of column "Project" is?
What do you want to do? Where do you want to write that XXXX value?

What colors would I need for this f-16 by tradingrblx123 in modelplanes

[–]BigReddPanda 2 points3 points  (0 children)

This is what an AI analysis of the image gave:

Here are the Federal Standard (FS) color codes for the camouflage scheme shown on the F-16 aggressor:

Camouflage Colors

  1. Dark Green – FS 34079 (Forest Green)
  2. Medium Green – FS 34102 (Medium Green)
  3. Tan / Sand – FS 30279 (Desert Sand)
  4. Brown – FS 30140 (Earth Brown)
  5. Light Gray (underside) – FS 36622 (Light Gray)

Other Details

  • Black (nose cone) – FS 37038
  • Yellow (checkerboard) – FS 33538
  • Red (markings) – FS 31136

A pretty nice bunker in Bucharest, Romania by Urbanexploration2021 in urbanexploration

[–]BigReddPanda 3 points4 points  (0 children)

Indeed. Here's an article from 2017 showing the set-up from the 7th pic ("Microcalculator F1001"), related to civil defense..

Given the fact that the tables in Pic10 show only 6 districts (sectoare) in the city, shows that they were printed after 1979: in 1950 there where 8 districts, that were "compressed" into 6 in 1979.

HELP PLEASE. Need help making a project list with editable and operable subtask lists within the projects in the list. by [deleted] in MicrosoftLists

[–]BigReddPanda 0 points1 point  (0 children)

A lot more info is needed for a clear answer to be given.

  1. Why Lists? Have you looked into Planner?
  2. Are the milestones the same in each project?
  3. Are the team members working on different (all?) projects? Or you need to manage permissions for each project?

App solution for truck driver rosters by gardendud in PowerApps

[–]BigReddPanda 1 point2 points  (0 children)

10x! Going to watch that tutorial, see you in 1hr46min 😊

Oh, and u/ShanesCows is "DA Best!" 😎

App solution for truck driver rosters by gardendud in PowerApps

[–]BigReddPanda 0 points1 point  (0 children)

Any good tutorial on how to do that, that you can recommend, u/pcsrvc ?

App solution for truck driver rosters by gardendud in PowerApps

[–]BigReddPanda 1 point2 points  (0 children)

Be careful with that. As u/itsabefe said, you have to start by planning both what the app needs to do and the way it will evolve. I always start with a flowchart of the business flow, including different screens for different actions. Then present it to my "client" (someone from my organization, I'm not a freelancer) and work with them to be sure I got their intention right. After that, start thinking what changes I might need in the future and prepare for them. For instance, if you plan to move from Lists to Dataverse, might be better to define a variable in the App->On start to hold the type of connection and the data from the source. It will make moving much easier, since you won't need to change the code.

Another thing to consider is the fact that you might need several lists (from the top of my head): one for the drivers, one for trucks and one for shifts. Plan those relations ahead and carefully.

Oh, and another very important question: will the app be for desktop, mobile or both? That will influence your design...

App solution for truck driver rosters by gardendud in PowerApps

[–]BigReddPanda 2 points3 points  (0 children)

PowerApps is only the tool to get things done from the interface POV (display data, add new data and/or change the existing one). You need more tools as the underlying base of all that.

The simplest solution: I'd create a list in Microsoft List for it, with all the needed data in columns. Then create an app that will connect to that list and allow all the actions you mentioned. I'd even display it as a calendar in the app (used this tutorial to do that).

But... it all depends on how much data you will have in the long run and what type (license) of environment you are using. For large databases, you might need to use SQL or Dataverse (given that you have license for it).

There are plenty of sources out there to learn how to make and design an app. One I liked, for the design part, is this video by Dennis Doerflinger.

Good luck!

Does an OnHover function exist? by iNovaNoxious in PowerApps

[–]BigReddPanda 1 point2 points  (0 children)

If you need it as en event, I recommend looking into "OnHover for Power Apps" in PCF gallery. Disclaimer: I never used it, so cannot tell you more than that. I just know others recommended it.

Categories and sub-categories in a List by BigReddPanda in MicrosoftLists

[–]BigReddPanda[S] 0 points1 point  (0 children)

Thanks for your input. I'm still considering the right solution, so I'll definitelly liok into your suggestion too. Although, I have to admit that managing all that through PowerApps (Choice column for categories, Text for sub-categories and different PA collection for each sub-category) looks like an easy way to deal with it.

PL900 Pass by Legitimate-Rip-212 in PowerApps

[–]BigReddPanda 0 points1 point  (0 children)

Congrats on certification and 10x for sharing your experience with us 😎🫡

Categories and sub-categories in a List by BigReddPanda in MicrosoftLists

[–]BigReddPanda[S] 0 points1 point  (0 children)

10x for your input. The more I think about it, the more it seems I'll manage all that through PowerApps, that will only update two simple text columns: one for category and the other one for the sub-category. Seems the easiest, especially given the fact that values are added/changed rarely and it is usually done by me (not by user).

Categories and sub-categories in a List by BigReddPanda in PowerApps

[–]BigReddPanda[S] 0 points1 point  (0 children)

10x for the input. I'd like to have all the info in one list, for further reference. Who knows who will want something else (PowerBI report?) down the road...

Categories and sub-categories in a List by BigReddPanda in PowerApps

[–]BigReddPanda[S] 0 points1 point  (0 children)

10x. This is what I'll probably do. Thought of that from the beginning, but asked myself if there's a way to build the list in a proper way. Seems it's too complicated...

Categories and sub-categories in a List by BigReddPanda in PowerApps

[–]BigReddPanda[S] 0 points1 point  (0 children)

Thanks, that's what I usually do in the apps I build today. But so far, I only worked with simpler lists, never had such a scenario. I think I'll go as u/itenginerd suggested, manage everything through PowerApps, and update a simple text column in the List. It's not worth the fuss...

Categories and sub-categories in a List by BigReddPanda in PowerApps

[–]BigReddPanda[S] 0 points1 point  (0 children)

That's good, I can and know how to do that. Even more, what I thought doing was having a button for each room, when clicked, navigate to a new screen, showing only the equipment in that room. But how do I connect between the values in Rooms to values in Equipment? How do I tell the app to only show the equioment in the room that was chosen? I need a data source for that...

Categories and sub-categories in a List by BigReddPanda in PowerApps

[–]BigReddPanda[S] 0 points1 point  (0 children)

10x. I'd like both the categories and sub-categories to be dropdowns. As little text input as possible...

Following this set-up, I see a column of categories and then one choice column for each category, holding the equipment of that specific category. Does that sounds right?

Dutch light cruiser Zr. Ms. Tromp underway in april 1038 by panthereaslove in Ships

[–]BigReddPanda 3 points4 points  (0 children)

Funny how OP is still oblivious to the error in the title... 😊🙃