These are my tables:
Buisness(Empresa) table:
IQ table:
The virtual Column from IQ table:
I put the condition ([Empresa]=[_THISROW].[Empresa]) but it didnโt function.
Why the condition show all names(nombre from Empresa)?
How to repair my problem?
Solved! Go to Solution.
The [Empressa] column in IQ table is a REF column to Empressa table. So the [Related Empressa] virtual column should already have a REF_ROWS() expression. I couldnโt quite get what you are trying to achieve here.
Show just one name of empressa from table Empresa
You just need to de-ref it:
[Empressa].[Nombre]
THANK YOU! Whit this base i will continue my work
User | Count |
---|---|
15 | |
11 | |
9 | |
8 | |
4 |