Why I can not define Duration column as Duration? - data-science

now I am going to visualise my data and I can not properly define my Data type as Duration. All the types exept Text make error. Do you have an idea, how can I fix this issue?
Thanks
enter image description here

Related

SAP - how to get dynamic table and content

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?

How contact sql with tableau so that if there was a mistake in report he marked it as red?

Suppose i have data source for tableau to perform report.
dbo.myreport
Also i check is the value(s) right or wrong?
Let me provide picture to be more clear
i create query that check is the value(s) right or wrong. For example 6,6 is wrong and in dbo.checkmyreport i have structure
date;variable;value;right-wrong
07.05.2021;x1;6,6;wrong
how to do to if value from dbo.checkmyreport marked is wrong then it must automatically must be marked as red in tableau report.
Is there possible?
I'm assuming that you have already added this data into Tableau and kept the column names as such right? And you have already created the desired bar chart.
In Tableau add the "right-wrong" dimension to the Color marks and set the colors as appropriate. That should let you color all the bars that are labelled as "wrong" in a specific color.

Dynamically increasing or decreasing percentage using parameter action in tableau

I’m stuck with a calculation here I created a parameter action I’ll like users to be able to adjust price for example a parameter where users change the percentage using the parameter they’ll see how much we could potentially make so basically I need a calculated field that dynamically changing price increase or decrease ,how can I do that?
Sounds like a case for a parameter, not a parameter action. Create a parameter with Integer data type, which the users can change, and build a calculated field from that.
Assuming you have a field called [Price], create a calculation such as:
SUM([Price])*(1+([IntegerParameter]/100))
Note this isn't tested so please check it.

SALESFORCE workflow to populate the field - doesn't work, help needed

I have a problem with the workflow which I prepared for Communities users. The idea whole idea is to populate Address field according to the values which Communities users will enter. However, when I did the test it looks that the workflow doesn't work. I feel lost as everything looks fine for me. Here is the screenshot of my workflow:
and here is the action which I set up for this workflow:
At this point I was trying to refer to Description field just to be sure it works and it is not spoiled by any of Address field settings. However, it doesn't even populate the results in the Description field. Could anyone help me with that please?
I see the error in your field update. You are using description field in both places: as a field to Update and as a formula value. If you want, that description field are populated from adress field, you should chose adress field for formula value.

Need help: Chart Web part and list header style in SP 2010

I have 2 questions here, please help me.
First one, i would like to know on what basis Chart Web part y-axis columns are taken. why i could not get my own site columns in Y-axis. Please refer the below image.
Second question, i have created a list but when i add Description & Comments (multiple text) fields, the text color is coming differently. The text color is not matching with the other list column names. Please let me know how to correct this..??
Thanks for your guidance & help.
Y field will have to be numeric. X field can be any type. This would make sense, because if it is not numeric how will you show it in the chart? if the column is a choice column, etc. you can create a calculated column that reflects the original column but outputs a number.
Description and Comments are coming up as different because they cannot be sorted or filtered. They are there to provice a visual indication to the end user. you can ofcourse change them usign CSS/jquery...