Closed (fixed)
Project:
Views Custom Table
Version:
8.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
29 Sep 2018 at 10:28 UTC
Updated:
22 May 2020 at 13:54 UTC
Jump to comment: Most recent
Comments
Comment #2
sagar_cis commentedHello @sagarwani
I am working on this feature, i hope soon you will have this feature in upcoming release.
Comment #4
sagar_cis commentedHello @sagarwani
I have updated the feature for creating relation between two custom table, it is available in 8.x-1.x-dev release now. Please review it and let me know if you found any issue or any suggestions for it.
Thank you
Comment #5
sagarwani commentedComment #7
jbfelix commentedHello thanks for this.
Now it's possible to make a relation with another custom table.
But i have multiple relations to do.
Example:
Table 1: ID
Table2: Table_1_ID
Table 3: TABLE_1_ID
Table 2 and 3 have a field Table_1_ID related to the same "ID" in Table 1.
So, would it be possible to select multiple entities ?
Thanks in advance
Comment #8
jbfelix commentedThe best way should be to use MySQL views.
Could you validate and commit the fix posted here https://www.drupal.org/project/view_custom_table/issues/3073079#comment-13211518
in the 8.x-1.x-dev
Thanks