
NATASHA BOROVIKOVA
- Total activity 12
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 4
Activity overview
Latest activity by NATASHA BOROVIKOVA-
NATASHA BOROVIKOVA commented,
Hi Konsta, I dont get any error message at all. I just do the data check myself visually and it shows transactions dates that are very recent. I use 10.1.5 version. Thanks
-
NATASHA BOROVIKOVA commented,
Could not make it work for the requirement of older then 3 years ago and it worked with the addition of "-", like this below IF(#GlobalQ == 0 && ( ISBLANK(#Lastbuildorship) || #Lastbuildorship < ...
-
NATASHA BOROVIKOVA created a post,
Need clarification on formula
I need this formula below to show not only blank values for lastbuildorship but also put Y if the lastbuildorship is older then 3 years old. So all 3 rules have to work together: GlobalQ=0, lastbui...
-
NATASHA BOROVIKOVA created a post,
Importing file issue
When I try to import this file below, the columns do not load correctly and all columns get shifted to the left somehow and I loose columns D,E.F and G all together. Is there a way in Datameer...
-
NATASHA BOROVIKOVA created a post,
Excel in text format to import
I am presuming that its impossible to import excel files in text format without prior editing. Right now I have file that I have to do text to columns first and then change extension from xls to ...
-
NATASHA BOROVIKOVA commented,
Spasibo Konstantin!!!!
-
NATASHA BOROVIKOVA commented,
Hi Konsta, Thank you for your reply! If I have more then one IF statement in one formula how to make it all work together. For example, the first IF statement with || just works by itself but i...
-
NATASHA BOROVIKOVA created a post,
IF statement not working
I am trying to do a simple IF formula: IF A then B for one column and its not working. Am I using sign ) wrong somehow? IF(#_01_USDCs!Warehouse=="A" or "B";"C"))IF(#_01_USDCs!Warehouse=="F";"D"))...