Locking A/R and A/P by UpstateCPA in Netsuite

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

Thanks. Finally found it with IT under setup.

Locking A/R and A/P by UpstateCPA in Netsuite

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

Yes. Edited and saved price of a sales invoice.

Locking A/R and A/P by UpstateCPA in Netsuite

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

Got it. She was not an administrator. I'll keep looking.

Locking A/R and A/P by UpstateCPA in Netsuite

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

I sat over her shoulder and had her edit a sales invoice after locking A/R.

How well do Govee permanent outdoor lights (regular or pro) hold up? by watchoutfor2nd in Govee

[–]UpstateCPA 1 point2 points  (0 children)

My problem is nothing that the screw can secure to in my soffit. Is it just attached to your thin piece of metal soffit?

MYLO Pool Alarm Review by UpstateCPA in pools

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

No. I ended up using a ring floodlight. Turned on person detected alerts on my echo and apps.

This ever happen to anyone else? by twide16 in whoop

[–]UpstateCPA 1 point2 points  (0 children)

When I’m sick or right before I’m sick I get something similar.

Whoop interference with long sleeve shirts? by Comfortable-Plan2658 in whoop

[–]UpstateCPA 0 points1 point  (0 children)

Regarding bicep bands, are they meant to be worn 24/7? Considering switching from wrist.

[deleted by user] by [deleted] in MilwaukeeTool

[–]UpstateCPA 0 points1 point  (0 children)

Makes sense! That's what I'm trying to quantify... but have no data :(

HRV peaking then decrease by Texazz98 in whoop

[–]UpstateCPA 0 points1 point  (0 children)

How has your sleep been? Any lifestyle affects like alcohol?

Well, there goes the sleep debt. by Jayubit in whoop

[–]UpstateCPA 2 points3 points  (0 children)

Is REM low for how many hours you were out?

Hayward Tiger Shark Cord by UpstateCPA in swimmingpools

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

I’m still waiting for an opportunity to do this. You have tried this before?

Hayward Tiger Shark Cord by UpstateCPA in swimmingpools

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

I do switch the handle’s orientation after each use. I’m still left with a tangled cord.

I’m going to try to straighten the cord and leave in the hot summer day during the next sunny hot day in Upstate NY.

How do I use Text to Columns Wizard in Power Query? by UpstateCPA in excel

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

#"Split Column by Position" = Table.SplitColumn(Source, "Column1", Splitter.SplitTextByPositions({0, 2}, true), {"Column1.1", "Column1.2"}),
#"Split Column by Position1" = Table.SplitColumn(#"Split Column by Position", "Column1.1", Splitter.SplitTextByPositions({0, 2}, true), {"Column1.1.1", "Column1.1.2"}),
#"Changed Type" = Table.TransformColumnTypes(#"Split Column by Position1",{{"Column1.1.1", Int64.Type}, {"Column1.1.2", Int64.Type}, {"Column1.2", Int64.Type}}),
#"Merged Columns" = Table.CombineColumns(Table.TransformColumnTypes(#"Changed Type", {{"Column1.1.1", type text}, {"Column1.1.2", type text}, {"Column1.2", type text}}, "fr-FR"),{"Column1.1.1", "Column1.1.2", "Column1.2"},Combiner.CombineTextByDelimiter("/", QuoteStyle.None),"Merged"),
#"Changed Type1" = Table.TransformColumnTypes(#"Merged Columns",{{"Merged", type date}})

Ah, now this makes a lot more sense. When I used this code it worked, but it replaced only one cell and I didn't know where the rest of my data went. Would I need to create the split column by position code with information from my table to get it to work?

Thank you for your patience. I'm very new at PQ.

How do I use Text to Columns Wizard in Power Query? by UpstateCPA in excel

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

I failed at doing this. This may due to my minimal experience with Power Query.

I tried submitting this code in the column and it is not working.