Author Topic: Alteryx RTool not giving output  (Read 1547 times)

0 Members and 1 Guest are viewing this topic.

Offline sarajoeTopic starter

  • Newbie
  • Posts: 2
  • Country: in
    • SAP Basis Training
Alteryx RTool not giving output
« on: October 20, 2021, 07:22:26 am »
My code inRTool is not producing the output.

Input <- read.Alteryx("#1")  # Even tried using this to change input data to data frame.Input <- read.Alteryx("#1", mode="data.frame")

print(Input)                 # The input data is printed.

Output1 <- Input[Input$My_MONTH==max(Input$My_MONTH)-1 & !Input$CASE_ID %in% Input[Input$My_MONTH==max(Input$My_MONTH)-2,c("CASE_ID")],]
Output2 <- Input[Input$My_MONTH==max(Input$My_MONTH) & !Input$CASE_ID %in% Input[Input$My_MONTH==max(Input$My_MONTH)-1,c("CASE_ID")],]

write.Alteryx(Output1,2)
write.Alteryx(Output2,3) [ Attachment Invalid Or Does Not Exist ]
The problem is Output1 and Output2 do not get any data.






 https://coursedrill.com/alteryx-training
An experienced self-starter, avid learner and problem solver,
working as an Application Developer at Course Drill.
 


Share me

Digg  Facebook  SlashDot  Delicious  Technorati  Twitter  Google  Yahoo
Smf