New user in need of some guidance.
“Dashbord filter[Program]” is a Enumlist text basetype with suggested values from “DUMP FRÅN DRIVE[Program]”.
“[Dumpis]” is a VC_Enumlist ref basetype with app formula “Select(DUMP FRÅN DRIVE[Program],[_THISROW].[Grupp- nummer]=[Grupp- nummer])”
The selection works. But only for one selection. If I select two or more from the enumlist, I get a “No items”.
What I want is to show a list of tools connected to each Program.
So if two or more Programs is selected. The list for those programs should be shown.
I’m stuck!
Yaa i thought it was something like that. Could just not get my head around it.
If I select a singel program it works. The table data tester shows the tools as “Y”.
If i multiselect, and the programs have the same tools. It shows up like it should in the app. But not in the Table data test window. Everything shows as “N”.
If i select two programs with different tools connected. I get a list of 2 tools and its missing the rest. The table data tester shows all as “N”
One week later and alot of hair loss, and I still can’t get this to work!
Im trying to filter out a long list of tools connected to the programs im picking in the “Dashbord filter[Program]” enumlist selectionbox.
“Grupp- nummer” is the tools im searching for.
The [Dumpis] is a VC column with appformula: Select(DUMP FRÅN DRIVE[Program],[_THISROW].[Grupp- nummer]=[Grupp- nummer])
This seems to do what i want.
Hmmm, I think I missed what the definition of [Dumpis] was from the beginning. It’s another list. So you’re comparing 1 list against another? You want the record to appear if there is even a single common element between the lists? Use:
Woke up in the middle of the night and thought I figured it out.
The ‘Dump från Drive’ is a excel power query, and it was not sorted correctly. Did that. Nothing change really.
But I can now see that it kinda works.
If I select Program1, it gives the right list of tools for that program. If i add Program2 to the enumlist. It only shows the tools that is both in Program1 and Program2. Nothing else.
Program1(1, 3, 4, 5, 6) Program2(1, 2, 5, 7)
It filter out (1, 5)
I whould like it to show (1, 2, 3, 4, 5, 6, 7)
And if all program was selected, it should show ALL tools.
This fomula is what is giving me this.
Tried to change the order, then nothing works like it should.