Oct '24 (edited) • General discussion
Just proud of myself on this one
Just happy from where I start to where I am Now ....
Since the beginning of my journey here. i think this coding below visually explained how much everything i've learned so far really helps me in my journey with Power Platform.
I've been able to change this non responsive gallery to the simple code you see in the pic responsive to the user administration lvl.
Really proud of this one
Just want to share😍
Thank you everyone and specially for doing those videos online with so much great content.
"Filter(
Table(
{
Short: "QC",
fName: "Quick Catch",
sName: QuickCatch,
// QC Complaint for the Past 7 days
CScreen: QCComplaintV2,
pColor: LookUp(
fxOnStartSetColorCol,
Inspection = "QC",
PrimColor
),
sColor: LookUp(
fxOnStartSetColorCol,
Inspection = "QC",
SecColor
),
logo: LookUp(
fxSVGCollection,
Inspection = "QC"
).img,
Visible: true
},
{
Short: "R",
fName: "Routine",
sName: 'Routine Main',
// Routine complete in the past 7 days
CScreen: RComplete,
pColor: LookUp(
fxOnStartSetColorCol,
Inspection = "Routine",
PrimColor
),
sColor: LookUp(
fxOnStartSetColorCol,
Inspection = "Routine",
SecColor
),
logo: LookUp(
fxSVGCollection,
Inspection = "Routine"
).img,
Visible: true
},
{
Short: "A2",
fName: "APPA 2",
sName: A2Screen,
CScreen: A2Completed,
pColor: LookUp(
fxOnStartSetColorCol,
Inspection = "A2",
PrimColor
),
sColor: LookUp(
fxOnStartSetColorCol,
Inspection = "A2",
SecColor
),
logo: LookUp(
fxSVGCollection,
Inspection = "A2"
).img,
Visible: true
},
{
Short: "A3",
fName: "APPA 3",
sName: A3Screen,
pColor: LookUp(
fxOnStartSetColorCol,
Inspection = "A3",
PrimColor
),
sColor: LookUp(
fxOnStartSetColorCol,
Inspection = "A3",
SecColor
),
logo: LookUp(
fxSVGCollection,
Inspection = "A3"
).img,
Visible: true
},
{
Short: "HG",
fName: "HouseKeeping",
sName: HKScreen,
pColor: LookUp(
fxOnStartSetColorCol,
Inspection = "HG",
PrimColor
),
sColor: LookUp(
fxOnStartSetColorCol,
Inspection = "HG",
SecColor
),
logo: LookUp(
fxSVGCollection,
Inspection = "HG"
).img,
Visible: true
},
{
Short: "CB",
fName: "Confidential Bins",
sName: 'Confidential Bins Screen',
pColor: LookUp(
fxOnStartSetColorCol,
Inspection = "CB",
PrimColor
),
sColor: LookUp(
fxOnStartSetColorCol,
Inspection = "CB",
SecColor
),
logo: LookUp(
fxSVGCollection,
Inspection = "CB"
).img,
Visible: false
},
{
Short: "P",
fName: "Periodic Inspection",
sName: If(
fxDev,
'Periodic Screen',
'Under Construction'
),
pColor: LookUp(
fxOnStartSetColorCol,
Inspection = "P",
PrimColor
),
sColor: LookUp(
fxOnStartSetColorCol,
Inspection = "P",
SecColor
),
logo: LookUp(
fxSVGCollection,
Inspection = "P"
).img,
Visible: fxDev
}
),
Visible
)"
9
6 comments
Jadd Figaro
3
Just proud of myself on this one
Learn Power Apps
skool.com/learn-power-apps
A community of people who are enthusiastic about and trying to learn about Microsoft's Power Apps!
Leaderboard (30-day)
Powered by