Comments
-
I tryied and they said no, they want the Company logo that has the white background. I was just hoping there would be an option to put a border around the cards
-
Found the Attachment URL by copying it out of the form where the files are attached that string before ".domoapps..." can be found in the Response dataset title as well
-
Found the Attachment URL by copying it out of the form where the files are attached that string before ".domoapps..." can be found in the Response dataset title as well
-
Found the Attachment URL by copying it out of the form where the files are attached that string before ".domoapps..." can be found in the Response dataset title as well
-
Found the Attachment URL by copying it out of the form where the files are attached that string before ".domoapps..." can be found in the Response dataset title as well
-
Found the Attachment URL by copying it out of the form where the files are attached Tried to use a formula to create a new URL hyperlink : CONCAT('<a href="', 'https://dd887eca-92df-4ec2-b11a-aaa73998b7ff.domoapps.prod4.domo.com/domo/data-files/v1/', `Value`,'" target="_blank">', `Value`, '</a>')
-
Found the Attachment URL by copying it out of the form where the files are attached https://dd887eca-92df-4ec2-b11a-aaa73998b7ff.domoapps.prod4.domo.com/domo/data-files/v1/21770 that string before ".domoapps..." can be found in the Response dataset title as well
-
Found the Attachment URL by copying it out of the form where the files are attached that string before ".domoapps..." can be found in the Response dataset title as well
-
the Number value was fed into the URL and the File Name was left as the Target CONCAT('<a href="', 'https://dd887eca-92df-4ec2-b11a-aaa73998b7ff.domoapps.prod4.domo.com/domo/data-files/v1/', `Hyp Test Num`,'" target="_blank">', `Value`, '</a>') Resulting in a functional link in the Card with the file name that opens the…
-
Found the Attachment URL by copying it out of the form where the files are attached and tried to use a formula to create a new URL hyperlink : CONCAT('<a href="', 'https://dd887eca-92df-4ec2-b11a-aaa73998b7ff.domoapps.prod4.domo.com/domo/data-files/v1/', `Value`,'" target="_blank">', `Value`, '</a>') This fed the File name…
-
I found the formula for attachments by copying it out of the form where the attachment was added and tried to use a formula to make a hyperlink to the URL in my ETL CONCAT('<a href="', 'https://dd887eca-92df-4ec2-b11a-aaa73998b7ff.domoapps.prod4.domo.com/domo/data-files/v1/', `Value`,'" target="_blank">', `Value`, '</a>')…
-
The API appears to be {}/api/content/v1/reportschedules It does not appear there is any reference to that API on the datacrew site but I will keep investigating to see if a call to the API is something I can build. I have also asked my admin to investigate the cost of the Domo Campaigns app. Thankyou very much for your…
-
I have a Very Similar Application that I am also looking for answers for. I was wondering if this could be accomplished programmatically through python Scripting