This topic is locked
[SOLVED]

 PHPRunner 10.4 API Application

6/9/2020 12:40:40 PM
PHPRunner General questions
C
CWDATA author

I am building an application using the API-Football site for my inputs. I have successfully build views where there is a "Master-Detail" relationship and in the detail view, there is a requirement to pass a variable from the Master Table into the API Call for the Detail View.

I now have a situation whereby the Detail View requires two variables passed to it. Both the variables are available in the Master View but I am unable to get this working.

Does anyone have any experience with a similar situation and were you able to overcome it? And if so how?

Sergey Kornilov admin 6/10/2020

You can add the second variable to the URL the same way you link the first one when you link tables as master-details.
You need to provide more specifics, what exactly you doing, what doesn't work etc.

C
CWDATA author 6/12/2020



You can add the second variable to the URL the same way you link the first one when you link tables as master-details.
You need to provide more specifics, what exactly you doing, what doesn't work etc.


Thank you I was sure that that was the methodology and indeed that is what I set up. However, when the table is interrogated no records are shown despite me knowing there are records available. I was just hoping that maybe somebody had experience with the same API as I am using as they would have come across the same problem.

Sergey Kornilov admin 6/12/2020

You need to provide some info. I have no idea what the problem is.

C
CWDATA author 6/13/2020



You need to provide some info. I have no idea what the problem is.


Hi thanks so much for your attention to my query but I am pleased to say I have now resolved it. It cam down accurate and standard labelling of dependent fields based in API input.