Hi Friends,
Can anybody please help in consumjng views in PowerApps??
My data source is Azure SQL Datatabse. I have two tables Aseets and Sites. Below are its attribute details
Assets: AssetID(PK), SiteID(FK from Site), Value -- Transaction Table
Site: SiteID(PK), SiteName -- Master Table
I would like to create one view using joining above two tables to show SiteName instead of SiteID while building app using Assets Table.
View will be
Create View tst.vAseetAttributes
AS
SELECT aa.[AssetID],aa.[SiteID],s.[SiteName],aa.[Value]
FROM [Assets] aa
INNER JOIN [Site] s
ON aa.[SiteID] = s.[SiteID]
Please help me and provide me some ideas how to use this above view and do DML operation with changing SiteID in Assets table while changing Assets name.
Please let me know if any question.
@carlosag wrote:
We know this is an important scenario and will be enabling that in future releases.
Hi carlosag... Do you have an estimate of when this might happen? It's a pretty cripling loss to not have views. I'm not sure how you're supposed to create a powerapp based on Azure SQL without them. I would think this would have been a top priority from the day powerapps was released.
Hi , I agree that views are crucial. Is there an API sample that shows how to do this? I assume you would need to create a RESTful api that accepts parameters and returns a data table via SQL Azure?
Check out new user group experience and if you are a leader please create your group
Did you miss the call?? Check out the Power Apps Community Call here!
See the latest Power Apps innovations, updates, and demos from the Microsoft Business Applications Launch Event.
User | Count |
---|---|
276 | |
230 | |
79 | |
37 | |
37 |
User | Count |
---|---|
351 | |
232 | |
124 | |
70 | |
55 |