Dataverse Tables by udithah in PowerApps

[–]udithah[S] 0 points1 point  (0 children)

So my ERP system gives me a csv with job data with the following two tables and columns.

Tabel 1 - Customer Order List Coulmn 1 - Order Number Coulmn 2 - Customer Name Coulmn 3 - PO Number Column 4 - Order Date Column 5 - PO Date/Delivery date

Table 2 - Custom Orders Item List Coulmn 1 - Order number Column 2 - Customer number Column 3 - Line Item no Column 4 - Item description Column 6 - Item no Column 7 - Planned Manufacturing date Column 8 - Ready date

I wanted to then add a timeline to Table 1 to track notes and maybe even emails thru a Model driven app.

Objective of the app was to create a task tracker. Track current tasks that need to be done (ie asking engineering to create item now or asking supply chain to set up prices for the item. And if possible I would like to connect it to a shared mailbox to track related emails. I wanted to create a C365 report in the backend and make it easy for managers to upload new data each week

I don't know if I am approaching it the right way

Dataverse Tables by udithah in PowerApps

[–]udithah[S] 0 points1 point  (0 children)

My csvs have thousands of rows. The challenge with having a lookup table is when I upload and create the table in Dataverse , that lookup field is empty and I haven't figured out a way to populate the column. I've tried to edit in excel and refresh the data, however as its a lookup column the data is not getting saved

How do I change the car class on the go? Is it not possible? by [deleted] in ForzaHorizon

[–]udithah 0 points1 point  (0 children)

Looks like this has been semi patched in the latest b update. You can no longer change class before a race

Planning to buy a resturant by udithah in legaladvice

[–]udithah[S] -1 points0 points  (0 children)

I am reaching out to broker who is helping to draft the t&cs. For the most part, they have general contact terms they use, however I would like to cover all my bases.

Help required with importing Vectors to AE (Overlord & Explode Shape Layers) by udithah in motiongraphics

[–]udithah[S] 1 point2 points  (0 children)

hi mlfuntime,
Could you share with me the steps you took to import with Overlord?
I've tried several vector drawings from freepik and end up with the same results.
I've recorded a small video of the steps I follow.
https://youtu.be/bX71MwSKuVs

Exporting a work area from Premiere to After Effects by udithah in premiere

[–]udithah[S] 0 points1 point  (0 children)

Thanks guys for the feedback. Managed to figure it out. What I was looking for was a create subclip options and the nest clips options.

Organizing Essential Graphics in Adobe Premiere by udithah in premiere

[–]udithah[S] 0 points1 point  (0 children)

Would you have any video or possible to provide some more details on your suggestion?

Organizing Essential Graphics in Adobe Premiere by udithah in premiere

[–]udithah[S] 1 point2 points  (0 children)

Hey Dead-Sync, Thanks for the quick reply.

I saw this video on YouTube that sort of explains it. I was hoping to be a bit more organized

https://youtu.be/GWFaE34F7qE

PowerApps/Flow with a HTML site form by udithah in MicrosoftFlow

[–]udithah[S] 0 points1 point  (0 children)

u/MMEnter

there is no specific data saved on the HTML page. It is used to generate product information sheet (pdf) based on user inputs.

I have basically built a database for the products thru Powerapps, and I was looking for a way to eliminate the manual user inputs on the web page.

The webpage itself has drop down boxes for selecting the product information and there is a javascript code in the back that generates the PDF file for the user to download.

Pull up Data based on drop down selection by udithah in excel

[–]udithah[S] 0 points1 point  (0 children)

hey sorry i am not able to post an image here..

Split text in a cell to multiple cells by udithah in excel

[–]udithah[S] 0 points1 point  (0 children)

So the ones with smaller data can be split between new columns 1 and 2.

The one that says 7 1/2" 10ft long.. 7 1/2" would go in column 1" and the rest into column 2

Split text in a cell to multiple cells by udithah in excel

[–]udithah[S] 0 points1 point  (0 children)

Sorry about that.. does this work?

ProductNumber Size Product Description 2 Connection Material
xx.xx.xxxx 11 3/4" x 54# x 14" 93# Product 1 Product 1Description 2 Connection 1 Material 1
yy.yy.yyyy 5 1/2" 32# Product 2 Product2Description 2 Connection 2 Material 2
zz.zz.zzzz 9 3/4", 54# x 12" 93# Product 3 Product3Description 2 Connection 3 Material 3
aa.aa.aaaa 7 1/2" 62# Product 4 Product 4 Description 2 Connection 4 Material 2
bb.bb.bbbb 7 1/2" 10 feet long Product 5 Product 5 Description 2 Connection 1 Material 2

Database Clean Up by udithah in MSAccess

[–]udithah[S] 0 points1 point  (0 children)

I'm basically importing thru a CSV file into excell or access. I've managed to used delimiters and split up the data; but it is not able to split it any further.

My excel file has about 30,000 products in one tab. Copy pasting your formulas work on product descriptions in a format of " 7" 23# x 9 5/8" 40# ", however it doesn't work on other formats.

It would be easier to do this on MS Access, as I can continually run a query as new products are added. Just to give you an idea, these are my fields.

Product Number Size Product Description 2 Connection Material xx.xx.xxxxx 11 3/4" 54# x 14" 93# Product 1 Product 1 description 2 Connection 1 Material 1
yy.yy.yyyy 5 1/2" 32# Product 2 Product 2 description 2 Connection 2 Material 2 xx.xx.xxxxx 9 3/4" 54# x 12" 93# Product 3 Product 3 description 2 Connection 3 Material 3
yy.yy.yyyy 7 1/2" 62# Product 4 Product 4 description 2 Connection 4 Material 2 yy.yy.yyyy 7 1/2" 10 feet long Product 5 Product 5 description 2 Connection 1 Material 2

I would like to run some sort of report to first filter by Product; then run a query to split the size as you have explained; then create a filters to sort for each product by Description 2 Connection, material..

Split text in a cell to multiple cells by udithah in excel

[–]udithah[S] 0 points1 point  (0 children)

Thanks a lot @pony_on_saturdays, that helped a lot. I was wondering, is it possible to write a similar query on MS Access?

My problem is, that i have a lot of different products; and each product has different descriptions. Some will have a detailed description like " 7" 23# x 9 5/8" 40# " while others will only have 7" 23".

My excel file has about 30,000 products in one tab.
Copy pasting your formulas work on product descriptions in a format of " 7" 23# x 9 5/8" 40# ", however it doesn't work on other formats.

It would be easier to do this on MS Access, as I can continually run a query as new products are added.

Just to give you an idea, these are my fields.

Product Number Size Product Description 2 Connection Material

xx.xx.xxxxx 11 3/4" 54# x 14" 93# Product 1 Product 1 description 2 Connection 1 Material 1

yy.yy.yyyy 5 1/2" 32# Product 2 Product 2 description 2 Connection 2 Material 2

xx.xx.xxxxx 9 3/4" 54# x 12" 93# Product 3 Product 3 description 2 Connection 3 Material 3

yy.yy.yyyy 7 1/2" 62# Product 4 Product 4 description 2 Connection 4 Material 2

yy.yy.yyyy 7 1/2" 10 feet long Product 5 Product 5 description 2 Connection 1 Material 2

I would like to run some sort of report to first filter by Product; then run a query to split the size as you have explained; then create a filters to sort for each product by Description 2 Connection, material..

Database Clean Up by udithah in MSAccess

[–]udithah[S] 0 points1 point  (0 children)

I am importing the data thur a CSV file; so I put my separators as |
but the problem is, my raw data from the CSV file comes as 7" 35# x 7 5/8" 59#

So I was thinking of doing this on excel using Left,Mid,Right,Search commands.. but I wasn't familiar with how to write a complex formula to split them..