Good morning, guys. How are you?
I need your help to understanding how to solve this problem, please.
I need fill column, that is being created, looking to previous values of the same column. Like this:
Any help will apreciate. Thank you!
Related
I have one question which is getting me really tired lately, since I cannot find anything that could help me.
I have one SAP Smart Form, which is called by my ABAP program, but the thing is that once I call, I want to have on the main window some data coming, like:
I have these fields as you'll can see in the image below:
What I wish to do is to read the table wa-data. Ex:
wa-data-day
wa-data-day_des
wa-data-ctimb
Once I read these data, I need to put it to print in the respective fields, example:
day in the column 1, line 1,
day_des the column 2, line 2.
And then respectively, to fill the form.
Does anyone have tips how I can do that by SMARTFORMS transaction?
Thank you so much for any help guys.
I need to sort it out, getting the solution for this, how can I do that? What is the right steps to do?
I want to create a pivot table and for that I have written the code below
pvt_df = df1.pivot_table(index=["Title"],values=['Rating'],columns=["Gender"], aggfunc='mean')
pvt_df.head()
I am getting the output as
but I want the desired output as
I just want to remove the "Rating" which is values heading.I tried few but couldn't get it.Can anyone please help me with this, It would be a great help
Ok, Somehow I could find my answer after looking into this https://pandas.pydata.org/docs/user_guide/reshaping.html.
If you have a value heading above all.You can get rid of it by using below
I just wrote this
pvt_df["Rating"].head()
After adding this I got my desired output
My query is apparently correct and I should get outputs given the fact that the data output board shows the column and the number of values per column, but it doesn't display the values.
Any help is welcome, looking forward to solving this, thank you!
A screenshot for clarity:
try to use explain (shift+f7) button to see how many rows ur query match
This is a cross-post from the PowerBI forum:
I'm new to Power Query (Desktop) having previously only used it within Excel.
I have an SQL query source that returns the following data when viewed in the Power Query Editor:
yet in my report I get the following values for the Cabinet_DocID and Editor_ID:
I'm at a loss to explain what has happened to the values highlighted in red above. Why are they displaying as either 1 or two?
The only difference I can see in the source data between the columns that are correct/incorrect is that the values which were changed are numbers not text.
I feel like I am missing something stupid, but can't figure out what it is.
Any help greatly appreciated.
Thanks,
Alex.
PS. It seems like this response to the same problem might answer my question but I haven't done anything to either of these columns so I'm confused AF right now.
Okay, so it seems the numbers appearing were as a result of the values being numerical.
My initial attempt at changing the format to text lead to frustration because I didn't realise that the report doesn't automatically update the displayed format of any data displayed until you deselect and re-select all the columns.
This seems like a flaw to me, but I guess it's working as designed..?
Good afternoon,
I have the necessary data already in a table of pentaho cde. What I want to make it more beautiful and practical is to create sub rows. I do not know what information I have to give so that you can guide me a bit. I would like something similar to the image to remain. Thank you
What I have right now is this:
If it can be I would like that when you click on the second column, all of the third column will be displayed. thank you very much