Hyperlink not working

Hello!

I´ve set an hyperlink in my but it does not work. anyone knows how to fix this? Í´ve read a couple of threads about it and i couldn´t make it work. Currently i have the hyperlink column set as show in the image.

Solved Solved
0 15 2,949
1 ACCEPTED SOLUTION

Ah. Move your expression to the Content property in the TYPE DETAILS section, and set the App formula to "".

View solution in original post

15 REPLIES 15

Steve
Platinum 4
Platinum 4

In what way doesn’t it work?

doesn´t re direct to the external site, they look like non editable columns (see image)

I used the sintax found in here https://help.appsheet.com/expressions/functions/hyperlink

2X_2_229fd7d3660cb8ab5feeae62dcfd318fccfe7d9e.png

It’s not editable because the column has an app formula. A column value generated by an app formula cannot be edited.

It cannot be clicked because you’re in a form view. To provide a clickable link in a form view, use a column of type Show with a category of URL.

I did that change and is apparently correcct but when i click the link shows an 404 error. I checked the URL and it´s fine. Actually when i first tested the link was working just fine, but the error appeared a few minutes later.

What is the URL?

I´m making an app for the workers on my company where they can request and upload bills and this link is the webpage of the goverment office, something similar to the IRS but in Mexico

http://pys.sat.gob.mx/PyS/catPyS.aspx

What is the complete expression that generates the hyperlink for the Show column?

Hi Steve i had to regenarate the column structure and the HIPERLYNK stop working. I set it up just like i had it when it was working but now is showing me an error and i don´t know why. Any ideas on what might be the problem? Thank you


Ah. Move your expression to the Content property in the TYPE DETAILS section, and set the App formula to "".

Hey Steve. I think I’m finding a similar issue but the interface has since changed. When I’m putting URLs as virtual columns, the app isn’t linking it.

I’m using TYPE URL and Formula like HYPERLINK(“https://google.com”, “Google”).

I also tried a SHOW column with a URL type, but I can’t get that to show up on a slice view for some reason. Seems like this should just work but can’t quite get it. Thoughts?

Please post a screenshot of the Show column configuration screen. Please also post a screenshot of the configuration of the view that isn’t displaying the hyperlink. Finally, please post a screenshot of the app emulator in the app editor showing the screen that should display the hyperlink but isn’t.

I used this syntax HYPERLINK(“http://pys.sat.gob.mx/PyS/catPyS.aspx” , "Catálogo SAT") and now is working as intended.

Thanks. OK, testing a few things and I think I either am missing something about how to pass data into slices or there’s a bug with slices. The URLs are working with a normal detail view for the table, but the slice table with only certain columns being passed in isn’t working.

Data

3X_c_8_c88bf5ff7f7ffd0ac627b6ce429d3acae098285c.png

3X_e_6_e644817dcbc1c6b25b698c4fab6fd61df71a9bf0.png

3X_2_b_2b3d0f3c510c48e31ed11eae6dbf1f8c0ac3e3d4.png

Normal detail view (not a slice)

All links show and link properly.

Slice view

Shows don’t show up and links using URL don’t work.

My slice is using the same data table and has the URL columns added to be included in the slice.

Any reason a slice wouldn’t allow SHOW columns or URLs to link?

This is the slice detail view config (UX)

And then the main detail view that does have the URLs working.

There are obvious differences between the configurations of the table’s detail view and the slice’s detail view. Perhaps make them consistent?

Isn’t the only difference that I’ve specified column order on the table detail view vs using the slice creation to specify column order for the slice? Should that make links not work?

Seems like every other setting is the same … right? I guess auto photo vs specifying … again, that shouldn’t impact how the URLs work.

Top Labels in this Space