Hello -
I have 2 sheets and would like to have a hyperlink that takes the user to Sheet2 and applies the filter. I have added =HYPERLINK("#Sheet2!D1","Click here") which does take me to Sheet2 but can not get it to apply a filter to only show relevant data.
Sheet1 :
Sheet2:
When clicking the hyperlink I would like to see only the filtered data by table name. Right now when clicking I go to Sheet2 and see all the rows. Does anyone have a quick way to add this to the hyperlink syntax? I am going through some other posts I see in the forum and any help would be greatly appreciated. Thank you!!
I have 2 sheets and would like to have a hyperlink that takes the user to Sheet2 and applies the filter. I have added =HYPERLINK("#Sheet2!D1","Click here") which does take me to Sheet2 but can not get it to apply a filter to only show relevant data.
Sheet1 :
Business Use Case | Enable Source Table | Enable Source Column | EDM Table | EDM Column | Rpts |
customer_bill_to_master | NATIONAL_ACCOUNT__NAME | F_MERGED_CUST_INVC | NATL_ACCT_NAME | Click here | |
enable_base.customer_bill_to_master | NATIONAL_ACCOUNT_NUMBER | D_ITEM_MST | NATL_ACCT_CDE | ||
CUSTOMER_SHIP_TO_MASTER | shipto_address_line_1 | D_CUST_SHIP_TO | ADDR_LNE_1 | ||
CUSTOMER_SHIP_TO_MASTER | shipto_address_line_2 | D_CUST_SHIP_TO | ADDR_LNE_2 |
Sheet2:
Business Use Case | Enable Source Table | Enable Source Column | EDM Table | EDM Column | Rpts |
customer_bill_to_master | NATIONAL_ACCOUNT__NAME | F_MERGED_CUST_INVC | NATL_ACCT_NAME | Click here | |
enable_base.customer_bill_to_master | NATIONAL_ACCOUNT_NUMBER | D_ITEM_MST | NATL_ACCT_CDE | ||
CUSTOMER_SHIP_TO_MASTER | shipto_address_line_1 | D_CUST_SHIP_TO | ADDR_LNE_1 | ||
CUSTOMER_SHIP_TO_MASTER | shipto_address_line_2 | D_CUST_SHIP_TO | ADDR_LNE_2 |
When clicking the hyperlink I would like to see only the filtered data by table name. Right now when clicking I go to Sheet2 and see all the rows. Does anyone have a quick way to add this to the hyperlink syntax? I am going through some other posts I see in the forum and any help would be greatly appreciated. Thank you!!