Hello :)
I was reading the Datasource function doc(https://support.klipfolio.com/hc/en-us/articles/216182577-DATASOURCE-function) but when i clicked the
-
Example: Using the DATASOURCE function with the ARRAY function it didnt worked for me :(
Also i was trying to emulate the sample: https://support.klipfolio.com/hc/en-us/articles/216183277-Example-Using-the-DATASOURCE-function-with-the-SWITCH-function
But i cant seem to make it work, is the datasource_variable_name2 a variable and the DS1 a string? and the b9d641343b60e92af1da323eb3ec2820 & A2 string as well?
SWITCH ( datasource_variable_name2, "DS1", DATASOURCE( b9d641343b60e92af1da323eb3ec2820, "A2" ) , "DS2", DATASOURCE( 30adf78dfe69821cd78e45067e453230, "A2") case , value )
Thanx :)