Hello.
in Looker Studio,
I am trying to make hyperlink to another report with 2 parameters
with 1 parameter, i succeed.
how do i combine this 2 hyperlinks to filter the report by 2 fields?
i follow the instructions to make hyperlink with 1 parameters
https://www.youtube.com/watch?v=vD3fDbXBUPc&t=2s
and i want to combine this 2 hyperlinks that the destination report will be filtered by 2 fields:
HYPERLINK(CONCAT(“https://lookerstudio.google.com/u/0/reporting/e506acf9-d334-46dc-a5fa-a1342634107c/page/p_p1ghfm4epd?params=%7B%22ds9.prm_nezigut%22:%22”,NezigutName,“%22%7D”),NezigutName)
HYPERLINK(CONCAT(“https://lookerstudio.google.com/u/0/reporting/e506acf9-d334-46dc-a5fa-a1342634107c/page/p_p1ghfm4epd?params=%7B%22ds9.prm_hozaa%22:%22”,Hozaa,“%22%7D”),Hozaa)