i'm trying to filter dropdown items.. 1st dropdown consist of majorpoint which is related to checkpoint table's majorpoint.. now i need to display only checkpoints which belongs to major point selected in 1st dropdown...
i tried below formula but i'm getting error in = symbol saying that invalid argument...
formula : Distinct(Filter('Check Points','Major point'=DataCardValue22.Selected.'Major Point ID'),'Check Point')
please help me..