is there an function to make static formula while input a new data [closed] - google-sheets-formula

Closed. This question needs details or clarity. It is not currently accepting answers.
Want to improve this question? Add details and clarify the problem by editing this post.
Closed 24 days ago.
Improve this question
is there a way to create a static formula for a new cells when I put a new value within on google sheets.
for example : I put a value on A1 and B1 and the result will come in C1 without typing the formula ( like already defined )
enter image description here
so I didn't have to drag the formula to the bottom
enter image description here
I have try to put the formula on the header columns so I expected the formula will apply to entire column, but the result still in one cell on C1

You can try with arrayformula. It will automatically drag until the bottom of the column automatically:
=ARRAYFORMULA(IF(A1:A="","",A1:A+B1:B))

Related

which better unclickable or clickable images [closed]

Closed. This question needs details or clarity. It is not currently accepting answers.
Want to improve this question? Add details and clarify the problem by editing this post.
Closed 2 years ago.
Improve this question
are there difference between unclickable or clickable images?
for example page load time and another things because I see people use them
So I was wondering which one is better
unclickable images give you a better page load time, if you want a page to load fast make them unclickable since page load times really influence for example customers when buying stuff online.
please see :
https://smallbiztrends.com/2019/02/page-load-speed-impacts-buying-decisions.html

How to display value instead of percentage in pie chart in Kibana? [closed]

Closed. This question needs details or clarity. It is not currently accepting answers.
Want to improve this question? Add details and clarify the problem by editing this post.
Closed 3 years ago.
Improve this question
I'm trying to setup a kibana pie-chart visualization. By default it shows the relative percentages of the terms (=slices). Is there a way to display only the absolute values (e.g. document counts) instead of the percentages?
I'm using Kibana version 7.1.
Unfortunately this is not possible as of today.
Looking at this discussion it was not possible in October of 2018.
There is an issue on github that addresses exactly your need, but it is still open.
However you can still see the absolute value by enabling the options displayed in the following picture and then hovering over the slices:
As an alternative you could setup a simple data table to display the absolute values like so:
Hope this helps.

Embedding camera readable data on an image [closed]

Closed. This question needs details or clarity. It is not currently accepting answers.
Want to improve this question? Add details and clarify the problem by editing this post.
Closed 9 years ago.
Improve this question
I have a set of images on a data set and I want to create an application(on android initially) so that the application would be able to take an image and match it with an image on my data set. I tried using image recognition algorithms but I had very poor recognition chances. Is there any way to unobtrusively embed data on the image itself such that when a printed version of the image is scanned by the application, it would be able to extract the embedded data? I need some direction in this regard because I seem to be punching in the dark since I haven't worked on anything like this before.
Thanks
You can try with OpenCV4Android, here is the introductory tutorial. Following SO will give you some more- Looking for OpenCV android tutorial

d3js create a force layout with fixed nodes [closed]

Closed. This question needs details or clarity. It is not currently accepting answers.
Want to improve this question? Add details and clarify the problem by editing this post.
Closed 9 years ago.
Improve this question
i've implemented this http://jsbin.com/omokap/3/edit:
However, I would like to cancel the dynamic behavior of the graph (like in the dragend state, but that is only for the single node) and place the nodes in the set points, taken from json.
I've see this questions Moving fixed nodes in D3 and Fix Node Position in D3 Force-Directed Layout.
I did not understand how to use them in my example.
can someone give me a help?
the solution is simple insert into the nodes object x,y coordinates and fixed:true like this
{ name: "Sara", id:"1", x:239.31191418045182, y:296.78520431471384, fixed:true},
{ name: "Raul", id:"2", x:261.1651006560272, y:200.78448049334696, fixed:true},
{ name: "Stefano", id:"3", fixed:false},
{ name: "Michele", id:"4", fixed:false}
this is a working example http://jsbin.com/omokap/8/edit please add yourself d3js library.
for my purpose works fine.

Hide detail in Oracle report [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 4 years ago.
Improve this question
I'm making a report in Oracle reports 10g, and all I want to show is totals. I want the detail lines removed so that the total line is all the displays for each date. I can hide the details, but the report still leaves the spaces and I can't figure out how to close the gap between the date and total lines so they display evenly next to each other.
Put the detail stuff inside of a frame and set the frame's vertical elasticity to "Variable". Then put a format trigger on that frame that returns false when you want to hide it. Everything below it should move up to fill the space then when the format trigger returns false.
Put the conditional formatting on "Repeating Frame" and check on hide the object.
Then all rows meeting condition will be hidden. And no space will left.

Resources