Jump to content

Recommended Posts

Posted

Hello All!

I am trying to develop a table like what is in the image below. I assume it will deal with if statements like if pilot lands KSFO display a checkmark. ELSE display a red x.

2XzP9yE.png

Posted

I would do a separate if and else statement for each cell in the table I am thinking of just expanding off of one module that was developed that lists out all the airports in your database. Can anyone provide the exact statement I would need?

Posted

Best way would be to loop through all the airports. If the pilot has a PIREP with the arrival destination (or departure if you really wish) as the airport's ICAO then display the tick, otherwise display the cross.

Also, you have Bozeman there twice, one with the correct ICAO and one with Colorado Springs' ICAO :)

Posted

Best way would be to loop through all the airports. If the pilot has a PIREP with the arrival destination (or departure if you really wish) as the airport's ICAO then display the tick, otherwise display the cross.

Also, you have Bozeman there twice, one with the correct ICAO and one with Colorado Springs' ICAO :)

Yes, but I don't know where I would pull if USER landed at (arrival) ICAO

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...