HELLO TO EVERYONE!
I have two table called โCORSI (Courses)โ and โDIPENDENTI (employees)โ like in photo and Iโve set this reference: REF_ROWS(โCORSIโ, โDIPENDENTEโ).
Iโd like to view in the app the data of table โCORSIโ but only for Employees who have in the column โSTATOโ in table โDIPENDENTIโ the value โAttivoโ. So, the main question is: how can I view the values of table โCORSIโ only IF the column STATO in table โDIPENDENTIโ is โAttivoโ?
TKS in advance!!
Solved! Go to Solution.
Yes, exactly. Now use that in your slice.
Only if you needed to keep the value directly in the table for some reason, which you donโt need that here.
Yes, I saw this article but for me the difficult is to use a filter condition with an other table. I know how use slice in order to show only a section of data but in this case, the condition is in another tab. Surly, the solution is simple bty now, I cantโ find it. Could you open my eyes? tks again
I know the reference expression. Iโll try to explain better my request in order to be clearer.
I have two table (COURSE and EMPLOYEES). These table are referenced with key โIDEMPLOYEEโ.
In the app Iโd like to show only the values of table COURSE which STATUS is โAttivoโ in the other table EMPLOYEES.
Probably, I have to use a slice but I have some difficult in writing the query.
Could help me in this?
Using the linked โdereference expressionsโ article, how would you get the STATUS value from the context of a record of the COURSE Table?
Maybe, I have to add a virtual columns in table COURSE where set this formula [EMPLOYEE].[STATUS]? If is wrong, could say me the solution? tks Marc
Yes, exactly. Now use that in your slice.
Only if you needed to keep the value directly in the table for some reason, which you donโt need that here.
Perfect, so I put in my slice and it work But I have a last problem
Iโhave in my slice an other condition AND(ISNOTBLANK([SCADENZA]), [RINNOVO]=" "). How can i match this condition with [DIPENDENTE].[STATO]=โAttivoโ?
TKS and then i will not disturb you anymore (I hope )
No problem, I found the solution. TKS MARC_DILLON
User | Count |
---|---|
15 | |
14 | |
8 | |
7 | |
4 |