inline-query icon indicating copy to clipboard operation
inline-query copied to clipboard

Inline Query | SQL like Queries in Business Central

Results 5 inline-query issues
Sort by recently updated
recently updated
newest added

i tried to install your project on mine, but it doesn't show me the grid layout. only json works. ![issue](https://user-images.githubusercontent.com/93376042/144825668-b75bd036-a4a8-4dfd-9614-fea5394294a4.png)

I am currently running 2 Query objects to retrieve a combined result. I was thinking of replacing them with one call with the inline query. I have 2 questions: 1....

Hi, I tried implementing this app but on Inline Query Analyser page there's nothing. I have no errors in browser console. ![image](https://user-images.githubusercontent.com/55911229/114988661-dde53080-9e96-11eb-967f-42ddf9894b28.png)

To insert a record in to a table. example: `INSERT INTO [Sales Line] ([Document Type], [Document No.], [Line No.], Type, [No.], Quantity) VALUES ('Order', 'ORD-001', 10000, 'Item', 'I-001', 10)`

enhancement

To update records in a Table. example: `UPDATE [Sales Line] SET Quantity = 0 WHERE [Document Type] = 'Order' AND [Document No.]='ORD-001'`

enhancement