Forum Discussion
More Filter Options
- 5 years ago
More Screen Shot Examples:
Thanks for the Answers. More Informations about the Table.
The Database is from a Hospital in Germany and it Contains much more (like Names and Adresses).
The Patient fill a digital Anamnesis on a Tablet and that are the Answers from the SQL Server.
Now the Doctor want to know (for Example) how many People are older than 65 years AND have marked the Question "Problems with Stairs Upwalking" with "Yes" (ja) AND "Do you have an Artificial Joint ?" with "Yes"
Every New Line in the Table starts withe the PID (Patient ID) Name, Question and Answer
In the Picture above I wanted to see all PID's where the Answer of the Question "Heart/Cardio Disease " is "Yes" AND the same PID answerd the Question "Do you have Tattos or Piercings? " with "Yes". It should only Displayed 4 Lines now(2x the same PID) or maybe 2 Lines (Same PID in 1 Line)
I know SQL Language but the Doctors don't but they are Technically interested
It is Possible to show that with Filters? Maybe on an new Table or new Column?
Ok, give this a try....
In line with the last post, we still need to create a Table of Selected (Slicer) Q & A Combined Values:
(Modeling Tab -> New Table / And
Now we create several meausre again on the Original Data Table:
(I changed the delimiter to a Pipe charcter instead of Comma, use whatever character works for your data...)
(If this ROW of Question - Answer combination was FOUND in the Selection / Slicer Table)
- fhill5 years agoResident Rockstar
More Screen Shot Examples: